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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Is this a new installation? Initialize the database:
Is this for local development? Bootstrap the database with dummy data and users:

```
(venv) $ python src/manage.py bootstrap_devsite
(venv) $ python src/manage.py bootstrap_devsite [--threads <count>] [--years <start,end>] [--writable-years <start,end>] [--verbosity <{0,1,2,3}>]
```

This creates some user accounts. Run the following command to see their email
Expand Down Expand Up @@ -201,6 +201,7 @@ Then go to the admin interface and add the camp.
## Contributors
* Alexander Færøy https://github.com/ahf
* Benjamin Bach https://github.com/benjaoming
* Christian Henriksen https://github.com/0xunicorn
* coral https://github.com/coral
* Flemming Jacobsen https://github.com/batmule
* Florian Klink https://github.com/flokli
Expand Down
3 changes: 0 additions & 3 deletions src/bornhack/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@
"OAUTH2_VALIDATOR_CLASS": "bornhack.oauth_validators.BornhackOAuth2Validator",
}

# only used for bootstrap-devsite
UPCOMING_CAMP_YEAR = 2031

# django-tables2 settings
DJANGO_TABLES2_TEMPLATE = "django_tables2/bootstrap5-responsive.html"
DJANGO_TABLES2_TABLE_ATTRS = {
Expand Down
Loading
Loading