Skip to content

A Django template for starting new Wagtail projects with Vagrant

Notifications You must be signed in to change notification settings

balazs-endresz/wagtail-template

 
 

Repository files navigation

{% if False %}

Wagtail template

Setup

Make sure that you have Django installed on your machine.

To start a new project, run the following commands::

django-admin.py startproject shortname --template=https://github.com/torchbox/wagtail-template/zipball/master --name=Vagrantfile,Dockerfile --ext=html,rst,md,pp,ini
cd shortnamewagtail
vagrant up
vagrant ssh
  (then, within the SSH session:)
dj createsuperuser
djrun

Where 'shortname' is the acronym for your project. So London Sport would be 'ls'.

This will make the app accessible on the host machine as http://localhost:8000/ . The codebase is located on the host machine, exported to the VM as a shared folder; code editing and Git operations will generally be done on the host.

{% endif %}

{{ project_name }}

About

A Django template for starting new Wagtail projects with Vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.5%
  • HTML 17.8%
  • Puppet 12.9%
  • Shell 4.4%
  • CSS 1.4%