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.
- Create a .env file based in .env.example
- Install node dependencies
$ npm install
- Create a virtual environment
$ virtualenv --python=/usr/bin/python3.7 venv
- Activate environment
$ soruce venv/bin/activate
- Install python dependencies
(venv)$ pip install -r requirements/base.txt
- Collect static files
(venv)$ python manage.py collectstatic
- Migrate database
(venv)$ python manage.py migrate
The style files are in the static/css/sass
directory and control the complete appearance of this site.