This site is the end result of the Django Girls tutorial.
Dependencies:
- Python 3.6
- Django 1.11
- Wagtail 2.0
To get this project up and running,
git clone git@github.com:thibaudcolas/my-first-blog.git
cd my-first-blog
python3.6 -m venv myvenv
source myvenv/bin/activate
pip install --upgrade pip
pip install django~=1.11.0
python manage.py migrate
python manage.py runserver
http://docs.wagtail.io/en/v2.0.1/getting_started/integrating_into_django.html
source myvenv/bin/activate
pip install wagtail~=2.0.0
python manage.py migrate
python manage.py runserver
cd ~/thibaudcolas.pythonanywhere.com
workon thibaudcolas.pythonanywhere.com
python manage.py collectstatic