0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
Tim Heap
254e675634 Use .. code-block:: console for all shell commands
This is the correct lexer for interactive console sessions, according to
<http://pygments.org/docs/lexers/>. This does require command lines to
be prefixed with `$`, otherwise they are interpreted as the output of a
command. It highlights the command nicely, including environment
variables, strings, and comments.
2016-11-28 13:41:35 +00:00
Matt Westcott
19f370c20a Add pointers to the new integrating-with-Django docs 2015-11-10 21:45:21 +00:00
Matt Westcott
96e9a67b75 Add 'integrating into Django' docs 2015-11-10 21:30:10 +00:00
Matt Westcott
16020af213 Loudly highlight the fact that libjpeg and zlib are required 2015-09-22 22:54:47 +01:00
Matt Westcott
4a84560a95 Add requirements.txt to project template.
While the project template is intended to be as generic as possible, and not everyone will want to use requirements.txt (some would prefer to use setup.py to define requirements, for example), we need some way to formally indicate that the project template is specific to Django 1.8.
2015-06-17 17:00:29 +01:00
Dan Braghis
39ca18263a Add the Wagtail tutorial to docs 2015-06-01 15:30:07 +01:00
Karl Hobley
1ba7e645fd Renamed howto to advanced topics 2015-05-28 12:58:50 +01:00
Dave Cranwell
bd45a12efd Simplified getting started section 2015-05-28 10:13:05 +01:00
Dave Cranwell
bf6607de54 moved styleguide to own page. renamed trying wagtail to demo site 2015-05-18 09:46:38 +01:00
Karl Hobley
495c834ff0 Added "Trying wagtail" page 2015-02-16 10:27:17 +00:00
Karl Hobley
3cdedf12f2 Docs updates 2015-02-16 10:27:17 +00:00
Matt Westcott
5c24a92598 Incorporate the 'creating your project' docs from #512 2014-09-11 16:13:43 +01:00
Matt Westcott
fa6cf7bcb9 Move getting_started page to an 'installation' page within a Getting Started section 2014-09-11 16:01:22 +01:00