Skip to content

krishnanvignesh/wagtail-freelancer

 
 

Repository files navigation

Wagtail Freelancer

This project shows you how to build landing page (portfolio) using StreamField, FormBuilder of Wagtail.

Live demo

The live demo is Wagtail landing page

The admin page of this live demo is Wagtail admin , you can use admin:admin to login and publish articles as you like.

The database and media files would be reset after a while, so do not be surprised if your article is gone.

Run it in local env

git clone [the url you copied above]
cd wagtail-freelancer

# setup virtualenv
pip install -r requirements.txt

./manage.py runserver
# http://127.0.0.1:8000/blog
# username: admin  password: admin

Screenshot

About

A Portfolio landing page built using Wagtail CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.3%
  • Python 19.1%
  • HTML 14.6%
  • CSS 9.0%
  • Shell 1.8%
  • Dockerfile 1.2%