This is a template application for basic website, built with Wagtail CMS.
- clone master branch
- install virtual env
virtualenv -p python3.8 <virtualenv name>
source ../<virtualenv name>/bin/activate
or..\<virtualenv name>\Script\activate
(for windows)- install requirements:
pip3 install -r requirements.txt
- create and fill local.py file in
..WagSite\WagSite\settings\
(SECRET_KEY, DEBUG, ALLOWED_HOSTS, DATABASES, INTERNAL_IPS) python manage.py makemigrations blog home
python manage.py migrate
python manage.py update_translation_fields
python manage.py createsuperuser
python manage.py runserver
127.0.0.1:8000/admin
- opens wagtail CMS engine
- Delete existing root page
- Create new root page using Blog Home page
- In settings need to create site and choose the root page.
- Open
+ ADD CHILD PAGE
(BlogPage
) - ...
- Profit