/web-jra

Primary LanguageCSS

N|Solid

web grupo proteccion ambiental

Runing

  • 1 You have to have installed Python 3
  • 2 Install virtualenv like
    pip install virtualenv
  • 3 create a python virtual environment
     virtualenv name-of-your-ve
    It's recommended you create a .venv folder on main path and inside this folder create your virtual environment
  • 4 activate your virtual environment
    source .venv/name-of-your-ve/bin/active
  • 5 install python dependencies
    pip install -r requirements.txt
  • 6 go to your django project folder and run server
    python manage.py runserver
  • 7 continue working