Files
@ a9880bdda2ca
Branch filter:
Location: majic-django-templates/docs/installation.rst - annotation
a9880bdda2ca
738 B
text/prs.fallenstein.rst
MDT-4: Added project template for Django 1.10.x. Updated installation and usage instructions. Fixed level of some headings.
dda10e7ac390 dda10e7ac390 dda10e7ac390 dd06e881fdb2 dd06e881fdb2 dd06e881fdb2 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dd06e881fdb2 dd06e881fdb2 dd06e881fdb2 dda10e7ac390 dda10e7ac390 a9880bdda2ca dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 dda10e7ac390 | Installation
============
All you need to do in order to use Majic Django Templates is to clone the git
repository. At time of this writing, there are no official releases, and you
should simply use the ``HEAD`` on ``master`` branch.
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.
Project templates are supplied for the following Django versions::
* Django 1.8.x
* Django 1.10.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
|