/SNTC-Calendar

Event Calendar for SNTC

Primary LanguagePython

SNTC Calendar

Installing and running

Clone the repository

Add ALLOWED_HOSTS in mycalendar/models.py for deployment

Run the following commands in project directory

pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Go to http:localhost:8000/admin and sign in as superuser.