Makes it easy to test Django templates
Project description
Runs a server that renders Django templates.
This is intended for frontend developers and designers to be able to work with Django templates before a backend developer/sysadmin sets up the Django project properly.
Installation
sudo pip install django-template-server
Usage
maketemplateserver
./runserver.py 8000
maketemplateserver
Creates a runserver executable
Available options:
-t/--templatedir: Folder with your templates, defaults to ./templates
-m/--mediadir: Folder with your media (css/js) files, defaults to ./media
-s/--staticdir: Folder with your static (css/js) files, defaults to ./static
-d/--django: Django version to use, defaults to 1.3
-r/--runserverpath: Location where to put the runserver executable, defaults to ./runserver.py
runserver.py
Runs a server that serves templates
Available options:
-l/--local: Make the server only listen locally.
A port number can be given as positional argument, defaults to the lowest open port number above 8000.
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
File details
Details for the file django-template-server-0.3.tar.gz
.
File metadata
- Download URL: django-template-server-0.3.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e09d0ed6e69f423fba80878800169bf10a507e2db34e005e6b582516868355fc |
|
MD5 | 8eed5685a84bd04ac18b691c021dba17 |
|
BLAKE2b-256 | 32f67c2591b850f73725ddac4e58463dbb20f8a0679ce5285e3788d73a136867 |