django-template-server

Makes it easy to test Django templates
Download

django-template-server Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Jonas Obrist
  • Publisher web site:
  • http://github.com/ojii/

django-template-server Tags


django-template-server Description

Makes it easy to test Django templates django-template-server is a Django app that rns a server that renders Django templates.Installation sudo pip install django-template-serverUsage maketemplateserver ./runserver.py 8000 Open http://127.0.0.1:8000maketemplateserverCreates a runserver executableAvailable options:- -t/--templatedir: Folder with your templates, defaults to ./templates- -m/--mediadir: Folder with your media (css/js) files, defaults to ./media- -d/--django: Django version to use, defaults to 1.3- -r/--runserverpath: Location where to put the runserver executable, defaults to ./runserver.pyrunserver.pyRuns a server that serves templatesAvailable 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. Requirements: · Python · Django


django-template-server Related Software