Go to file
2016-02-11 22:31:28 +01:00
bornhack Use irc.baconsvin.org. 2016-02-11 22:31:28 +01:00
camps Setup allauth and done some frontend stuff with bootstrap. 2015-10-05 18:35:30 +02:00
graphics Adding logo (and playground svg) to the mix. 2016-02-08 23:25:16 +01: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 update .gitattributes 2016-02-09 01:55:12 +01:00
.gitignore Add .env to .gitignore 2016-02-08 22:45:56 +01:00
manage.py default to production config 2016-02-09 17:18:33 +01: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