Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 861 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 861 Bytes

SocNetDjango

Installation

  1. Install Python 3.7.3.
  2. Clone this repository: git clone [email protected]:Vitaly007/SocNetDjango.git.
  3. cd into socnetdjango: cd c:\........\socnetdjango.
  4. Install virtualenv.
  5. Create a new virtualenv called "your_env": python -m venv your_env.
  6. cd into your_env\Scripts: cd c:\........\your_env\Scripts.
  7. Set the local virtualenv to "your_env": activate.

If all went well then your command line prompt should now start with (your_env).

  1. cd into socnetdjango again: cd c:\........\socnetdjango.
  2. Install the required packages: pip install -r requirements.txt
  3. project should build and run with: python manage.py runserver