Skip to content

mebcrtz/calenDO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS ELECTIVE 3 Web Development (calenDO)

Note

Do this on your terminal (command prompt).

How to setup:

  • Go to your Project Folder, type cmd here. image

  • Create Virtual Environment

    type python -m venv venv

  • Activate Environment

    type venv\Scripts\activate

  • Change directory to your project Folder

    type cd project

  • Install Dependencies,

    type pip install -r requirements.txt > (if error ERROR: Could not install packages due to an OSError: [WinError 2] ) > type pip install --user -r requirements.txt

  • Open project in code editor

    type code . in command prompt

  • Create superuser

    type python manage.py createsuperuser in vscdoe terminal

Note

Go back to your terminal (command prompt).

  • Run Migrations

    type python manage.py makemigrations then python manage.py migrate

  • Run Server

    type python manage.py runserver

  • Open the URL http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published