gilsondev / djprojtemplates

Project created to list django project templates
GNU General Public License v3.0
1 stars 1 forks source link

Django Project Templates

Project created to list all project templates to django projects. This project is under development.

Installation

  1. Checkout this project:

.. code-block:: bash

$ git clone https://github.com/gilsondev/djprojtemplates.git
  1. Create virtual environment:

.. code-block:: bash

$ cd djprojtemplates
$ python bootstrap
  1. Create local_settings:

.. code-block:: bash

$ cp -Rf djprojtemplates/djprojtemplates/local_settings_sample.py djprojtemplates/djprojtemplates/local_settings.py

License: GPL