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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-edge-0.0.2.tar.gz.
File metadata
- Download URL: django-edge-0.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
154e80c5ba40f341efb89377e248ebeb9f4df73cf09951e67e14e0305bde8284
|
|
| MD5 |
3690b786a0a604d73eeafc378b758e99
|
|
| BLAKE2b-256 |
bc785cb6ae3424021b1478baa3cb438b87ee2393c6085f31a5e0aa7d5b1e627c
|