NOTE : for project tasks look here Project!!
Keep record of events in a calendar without an entire calender being shoved to the screen. Shows events, dates and descriptions. Deployed in Heroku with postgres
Nothing fancy here move on
Use the share calender to send links bhhhaamm!.
Here are the steps to properly run the application:
- Create conda environment → "conda create --name calender_app=3.7"
- Activate the environment → "conda activate calender_app"
- Go inside the project folder there should be a "requiments.txt"
- Run → "pip install -r requirments.txt"
- Now navigate to 'dublin_calender/dublin_calender/' on your terminal, you should now be able to see the manage.py file
- In terminal run following command "python manage.py makemigrations"
- Now run following command "python manage.py migrate"
- Finally run "python manage.py runserver" This will run the server go to the link being shown in terminal and the App should work
- Create super user using → "python manage.py createsuperuser"