- Clone This Project
https://github.com/shanathvemula/django_eventcalender.git - Go to Project Directory
cd django-eventcalender - Create a Virtual Environment
python3 -m venv env - Activate Virtual Environment
source env/bin/activate - Install Requirements Package
pip install -r requirements.txt - Create Migration
python manage.py makemigrations - Migrate Database
python manage.py migrate - Create Super User
python manage.py createsuperuser - Finally Run The Project
python manage.py runserver
shanathvemula/django_eventcalender
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|