- hosted by Heroku
- about-us https://connectuniverse.herokuapp.com/about_us/
- login page https://connectuniverse.herokuapp.com/login/
Please do NOT paste the secret key inside settings.py
Do the things below for the beginning
- run virtual environment outside the repository
- if you have no virtual environment go outside the repo and do
$ pip3 install virtualenv
- run virtual environment
$ source bin/activate
(this works for linux and macos) - pip install all required modules in
requirements.txt
pip install -r requirements.txt
$ export SECRET_KEY=[secret key]
, if you haven't add it to rc file- for TAs', you can use arbitrary key string
- run virtual environment
$ source bin/activate
- move to src file
$ python manage.py
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser
- Pug preprocessor: Pypugjs
- automaticall render pug templates
- find them at
templates/
- Sass preprocessor: django-sass-processor
- support for sass style files
- find them at
static/sass/