Skip to content

MarianaDrozd/wagtail-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wagtail-practice

learn wagtail using a tutorial on docs.wagtail.org

to run the project:

  • clone the repo
  • run cd src/
  • run pip install -r requirements.txt
  • run python manage.py migrate
  • run python manage.py createsuperuser and create superuser
  • run python manage.py runserver
  • go to 'admin/' and create pages with your own content
  • enjoy! :)