Skip to content

jtmolon/homepage

Repository files navigation

homepage

Homepage project for personal (or anything else) webpage including blog. Powered by https://wagtail.io/

Installation

  • Create a virtualenv, activate it and install the requirements
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install requirements.txt
  • Run Django migrations, create a superuser and startup the application
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors