Website is build on Django, users are capable of adding events to the calendar, add blog posts and has a custom form for signup
Signedup users are being stored in the DB together with Events and Posts.
Check out the website: acm-nyit.org
Activation of virtual environment:
source local/bin/activate
pip install -r /path/to/requirements.txt
Configuring and running Django:
#creating a super user
./manage.py createsuperuser
#creating a migration
./manage.py makemigrations
#run the server
./manage.py runserver
By going to the admin page (localhost/admin) and entering superuser login and password
Admin can create events, posts, and access the db of signedup users
Creation of the event:
Creation of the blog post:
Accessing the db of signed up users: