Skip to main content

A package that helps you setup django so that you can focus on the important things.

Project description

THE DJANGO EDGE

THIS PACKAGE WOULD HELP TO SHORTEN THE TIME IN CREATING A SIMPLE DJANGO APP USING AUTOMATION.

  • In your link tags. It would change this element from <link href="css/flaticon.css" rel="stylesheet"/>
    to <link href="{% static 'css/flaticon.css' %}" rel="stylesheet"/>

  • In your script tags. It would change this element from <script src="js/main.js"> </script> to <script src="{% static 'js/main.js' %}"> </script>

  • In your hyperlink tags. It would change this element from <a href="/plans">Plans</a> to <a href="plans.html">Plans</a>

  • In your image tags. It would change this element from <img alt="image" src="shape/shape16.png"/> to <img alt="image" src="{% static 'shape/shape16.png' %}"/>

It also automates the creation of the views.py and urls.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-edge-0.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page