Matt Westcott
|
1d916ded1b
|
Invoke django-admin through python API call rather than on the command line, to sidestep platform-specific issues with finding / launching executables - fixes #625
|
2014-09-25 00:13:29 +01:00 |
|
Matt Westcott
|
f6faf34afc
|
use absolute_import in bin/wagtail.py so that 'import wagtail' doesn't try to import itself
|
2014-07-31 14:51:05 +01:00 |
|
Matt Westcott
|
0f4191f7a9
|
Only print the Success! message if the command actually succeeded :-P
|
2014-07-31 14:40:51 +01:00 |
|
Matt Westcott
|
36e05307fe
|
print help message when 'wagtail' command is invoked with no args
|
2014-07-31 14:36:46 +01:00 |
|
Karl Hobley
|
1ec7670322
|
Python 3 support for wagtail command
|
2014-07-31 10:34:54 +01:00 |
|
Karl Hobley
|
0d8157f872
|
Changed 'wagtail-project' to 'wagtail start'
|
2014-07-31 10:34:48 +01:00 |
|
Karl Hobley
|
aee2869d5a
|
Make wagtail-project command use the project template
Also did some cleanup
|
2014-07-15 14:38:08 +01:00 |
|
Helen Warren
|
e777b24baa
|
Add wagtail-project command to wagtail set up which when executed creates a wagtail project based on the wagtail 'template'
|
2014-07-15 14:25:39 +01:00 |
|