/calendar-app-django

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Event Calendar in Django

Demo

image

How To Setup

git clone https://github.com/Licceeee/calendar-app-django.git
cd event-calendar
python3 -m venv venv
source env/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver