A Django based website for the she codes; organization
Create virtual environment:
$> python -m venv myvenvTo run virtual environment use:
$> myvenv\Scripts\activateInstall these dependencies:
$> pip install django~=1.10.0
$> pip install django-bootstrap3
$> pip install pillow
$> pip install pytzThis is best done (and more up-to-date) via requirements.txt
$> pip install -r requirements.txtUnzip static.zip inside sc_project>scsite>static. Note that a file sensitive.py is missing. In need, ask me for the file.
** you will need to get a sensitive.py file to make the website work. contact admin for that.
Finally run the server to view and work on the website:
$> python manage.py runserver