Go to file
2016-02-08 22:45:56 +01:00
bornhack Disable debug toolbar from development - breaks somehow. 2016-02-08 22:45:56 +01: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
requirements - Upgrading to django 1.9.x 2016-02-08 22:45:56 +01:00
.gitattributes add .gitattributes 2016-02-08 22:03:30 +01:00
.gitignore - Upgrading to django 1.9.x 2016-02-08 22:45:56 +01: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