jalourenco / wagtail-template

A Django template for starting new Wagtail projects with Vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{% 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 my_lovely_website --template=https://github.com/torchbox/wagtail-template/zipball/master --name=Vagrantfile --ext=html,rst,md
cd my_lovely_website
vagrant up
vagrant ssh
  (then, within the SSH session:)
dj createsuperuser
djrun

This will make the app accessible on the host machine as http://localhost:8111/ . 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


Languages

Language:Python 73.9%Language:Shell 26.1%Language:JavaScript 0.0%