Skip to content

IKermani/OPDC-pipeline-flow-DSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSS-OPDC-Pipeline-flow

for usage follow the steps:

  1. install python>= 3.8

  2. go to the project directory (DSS folder) and run command:

    • python -m venv venv
  3. activate the virtual environment:

    • source venv/bin/activate (on linux)
    • venv/bin/activate.batch (windows I guess)
  4. install requirements using the following commands:

    • pip install -r requirements.txt
  5. run the following command:

    • python manage.py makemigrations
    • python manage.py migrate
  6. run the server:

    • python manage.py runserver localhost:8000
  7. open browser and go to http://localhost:8000/

Voila ! ! !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published