19 lines
383 B
Markdown
19 lines
383 B
Markdown
|
# Bornhack
|
||
|
|
||
|
Django project to power Bornhack.
|
||
|
|
||
|
Features include:
|
||
|
- Create camp
|
||
|
- Control expenses for a camp
|
||
|
- Manage signups for attendees for a camp
|
||
|
- ...
|
||
|
|
||
|
## Quickstart
|
||
|
|
||
|
$ source path/to/venv/bin/activate
|
||
|
$ pip install -r requirements/development.txt
|
||
|
$ ./manage.py makemigrations
|
||
|
$ ./manage.py migrate
|
||
|
$ ./manage.py createsuperuser
|
||
|
$ ./manage.py runserver
|