https://github.com/shanathvemula/django_eventcalender
https://github.com/shanathvemula/django_eventcalender
asgiref calendar-events calender django django-framework events python3 python37 pytz sqlparse
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shanathvemula/django_eventcalender
- Owner: shanathvemula
- Created: 2021-05-06T18:37:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T18:16:12.000Z (over 4 years ago)
- Last Synced: 2025-04-03T08:42:39.025Z (6 months ago)
- Topics: asgiref, calendar-events, calender, django, django-framework, events, python3, python37, pytz, sqlparse
- Language: Python
- Homepage:
- Size: 3.8 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-eventcalender
## How To Setup
1. Clone This Project `https://github.com/shanathvemula/django_eventcalender.git `
2. Go to Project Directory `cd django-eventcalender`
3. Create a Virtual Environment `python3 -m venv env`
4. Activate Virtual Environment `source env/bin/activate`
5. Install Requirements Package `pip install -r requirements.txt`
6. Create Migration `python manage.py makemigrations`
7. Migrate Database `python manage.py migrate`
8. Create Super User `python manage.py createsuperuser`
9. Finally Run The Project `python manage.py runserver`