Django project to organize meetups
python manage.py syncdb
Meetup comes with no database.
python manage.py runserver
(on your browser) http://127.0.0.1:8000/admin/
In order to access the system you will need to login first, and the only way to do it (up to now) is as admin.
Form expects one to be specified.