Skip to content

Vitaly007/SocNetDjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocNetDjango

Installation

  1. Install Python 3.7.3.
  2. Clone this repository: git clone git@github.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages