Popularity
1.6
Stable
Activity
0.0
Stable
64
9
8

Code Quality Rank: L5
Programming language: Python
Tags: RESTful API     Django     Templates     Provisioning     Setup    

django-template alternatives and similar packages

Based on the "Django" category.
Alternatively, view django-template alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of django-template or a related project?

Add another 'Django' Package

README

[](meta/repo-banner.png) [](meta/repo-banner-bottom.png)

For information on how to use this project template, check out the wiki.

{{ project_name }}

Table of Contents

Requirements

Local Development

  1. Set up the Python virtual environment.

    python3 -m venv venv

  2. Run the make setup task. This will install all requirements, link local settings, initialize the local development database, and run all migrations.

    make setup

  3. Set up the Git hooks (optional).

    make setup-git-hooks

  4. Start the local development server and Sass.

    foreman start -f Procfile.dev

    Map "local.{{ project_name }}.com" to 127.0.0.0 using DNS. If you haven't yet registered a domain, add the following line to your /etc/hosts file.

    127.0.0.1 local.{{ project_name }}.com

    After you've done that, open your browser and navigate to "local.{{ project_name }}.com". Your project is now running!