Skip to content

darijaaaa/rarog-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to start working on the project

  • clone this repository using git
git clone <repository-link>
  • start a new branch using
git checkout -b <branch-name>
  • initialize the environment if using gitbash
py -m venv venv
. venv/Scripts/activate

if using cmd

py -m venv venv
venv/Scripts/activate.bat

you should see (venv) at the start of the command line

  • install the dependencies
pip install -r requirements.txt
  • always commit to and start a pull request

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%