Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .env.example

This file was deleted.

8 changes: 0 additions & 8 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,6 @@ docker compose logs -f web
docker compose logs --tail=100 web
```

### Django Debug Toolbar

When `DEBUG=True`, the Debug Toolbar appears on all pages. Shows:
- SQL queries and performance
- Template rendering
- Request/response headers
- Cache usage

### Container Shell Access

```bash
Expand Down
8 changes: 4 additions & 4 deletions env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
SECRET_KEY=change-me-in-production
DEBUG=False
SECURE_SSL=True
ALLOWED_HOSTS=read.fragforce.org
CSRF_TRUSTED_ORIGINS=https://read.fragforce.org
ALLOWED_HOSTS=localhost,127.0.0.1
CSRF_TRUSTED_ORIGINS=http://localhost:8000

# Database (used by both postgres container and Django)
POSTGRES_DB=fragforce_read
POSTGRES_USER=fragforce
POSTGRES_PASSWORD=change-me-in-production
DATABASE_URL=postgres://fragforce:change-me-in-production@db-read-dev:5432/fragforce_read
POSTGRES_PASSWORD=fragforce
DATABASE_URL=postgres://fragforce:fragforce@db:5432/fragforce_read
# CONN_MAX_AGE=600

# Application Settings
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies = [
[project.optional-dependencies]
dev = [
"coverage>=7.15.4",
"django-debug-toolbar>=5.0",
"pytest>=9.1.1",
"pytest-django>=4.13.0",
"ruff>=0.16.2",
Expand Down
17 changes: 1 addition & 16 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.