Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 963 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 963 Bytes

Asistente de Cátedra Website

About

This is the repository for the new Software Asistente de Cátedra Website. Please submit additions and fixes as pull requests to our GitHub repository.

Setup Instructions

  1. Create a .env file based in .env.example
  2. Install node dependencies
    $ npm install
  3. Create a virtual environment
    $ virtualenv --python=/usr/bin/python3.7 venv
  4. Activate environment
    $ soruce venv/bin/activate
  5. Install python dependencies
    (venv)$ pip install -r requirements/base.txt
  6. Collect static files
    (venv)$ python manage.py collectstatic
  7. Migrate database
    (venv)$ python manage.py migrate

Styles

The style files are in the static/css/sass directory and control the complete appearance of this site.