Go to file
Thomas Steen Rasmussen d22ef963d4 missing import
2016-05-16 17:25:57 +02:00
bornhack Adding cart with number of items in order to menu 2016-05-14 19:42:25 +02:00
camps We don't only operate on tickets - renaming and refactoring accordingly 2016-05-10 22:20:01 +02:00
graphics Adding logo (and playground svg) to the mix. 2016-02-08 23:25:16 +01:00
profiles Fixing some allauth templates and removing wiki from the menu. 2016-04-22 21:55:16 +02:00
requirements Update django-bootstrap3 and use the bootstrap_javascript. 2016-04-02 21:16:46 +02:00
shop missing import 2016-05-16 17:25:57 +02:00
vendor add vendor folder with coinify sdk files from 9569fa65fc1d65d62d78cf141a54e9ff053885d3 2016-05-10 21:08:02 +02:00
.gitignore Adding profile update functionality 2016-02-20 05:18:12 +01:00
manage.py default to production config 2016-02-09 17:18:33 +01:00
README.md more accurate README lol 2016-02-14 14:20:07 +01:00

Bornhack

Django project to power Bornhack.

Features do not 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