Go to file
2015-10-05 18:35:30 +02:00
bornhack Setup allauth and done some frontend stuff with bootstrap. 2015-10-05 18:35:30 +02:00
camps Setup allauth and done some frontend stuff with bootstrap. 2015-10-05 18:35:30 +02:00
profiles Setup allauth and done some frontend stuff with bootstrap. 2015-10-05 18:35:30 +02:00
.gitignore Initial commit. 2015-10-03 03:07:05 +02:00
manage.py Initial commit. 2015-10-03 03:07:05 +02:00
README.md Initial commit. 2015-10-03 03:07:05 +02:00

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