Skip to content

jgpeachey/ROUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ROUS

How to set up project

  1. create virtual environment
python -m venv env
  1. activate on environment Windows (PS: check env file becuase Scrips folder can be named as bin instead of Scrips)
env\Scripts\Activate.ps1   (powershell- used in VS Code)
env\Scripts\activate.bat    (cmd)
  1. install django in the virtual environment.
pip install django
  1. install all the packages and used to update to new packages installed.
pip install -r requirements.txt

other: after installing new packages please update the requirements.txt shown below.

pip freeze > requirements.txt

For API,

First, in the my_django_app, activate the virtual environment with the command: env\Scripts\activate Next go into the ROUS directory, and then to run the server, do the command: python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published