/personal-site

Personal site in Python

Primary LanguageCSSGNU General Public License v2.0GPL-2.0

renefernandez.com personal website

Build Status

Maintainability

Test Coverage

Requirements:

  • Docker
  • Docker Compose
  • Python 3.5

OS X Instructions

  1. Copy web/config.sample.py to web/config.py
  2. Build image - docker-compose build
  3. Start service - docker-compose up
  4. Create migrations - docker-compose run web /usr/local/bin/python manage.py migrate
  5. Access - http://127.0.0.1:8000
python manage.py makemessages -l <LANGUAGE_CODE> (es|en)
python manage.py makemessages -a
python manage.py compilemessages