Skip to content

shovalsa/shecodes_website

Repository files navigation

she codes; website

A Django based website for the she codes; organization

Install instructions

Create virtual environment:

$> python -m venv myvenv

To run virtual environment use:

$> myvenv\Scripts\activate

Install these dependencies:

$> pip install django~=1.10.0
$> pip install django-bootstrap3
$> pip install pillow
$> pip install pytz

This is best done (and more up-to-date) via requirements.txt

$> pip install -r requirements.txt

Unzip 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

About

a Django based website for she codes; (the url is of course temporary).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors