/django-meetup

Django project to organize meetups

Primary LanguagePython

meetup

Django project to organize meetups

Getting Started

1 ) Create a database.
python manage.py syncdb

Meetup comes with no database.

2 ) Access as admin first.
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.

3 ) Create a Venue.

Form expects one to be specified.