Files
@ ab300f858903
Branch filter:
Location: majic-django-templates/docs/installation.rst - annotation
ab300f858903
575 B
text/prs.fallenstein.rst
MDT-1: Use better pathfinding for development environment when locating the sqlite3 database. Set a saner default for redirect after login (redirect to 'index' view, whatever it may be).
dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 | Installation
============
Majic Django Templates are usually installed by a simple git clone command.
Requirements
------------
In order to install *Majic Django Templates*, all you need is the `Git
<https://git-scm.com/>`_ CLI tool.
In order to use the templates, you will need a supported version of Django. At
the moment the templates work with the following:
* Django 1.8.x
Cloning the repository
----------------------
In order to clone the repository with templates, simply run the following
command::
git clone https://code.majic.rs/majic-django-templates
|