A Django application which enables one to create a new meetup and also displays past and upcoming meetups.
After setting up Django and run the server, we can go to link: http://127.0.0.1:8000/meetup/index/ which directs to the home page.
- Python version: Python 2.7.10
- Django version: 1.11.9
- Uses SQLite as the database