Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaojay/django-simple-template
django 1.4+ simple initial template
https://github.com/xiaojay/django-simple-template
Last synced: 12 days ago
JSON representation
django 1.4+ simple initial template
- Host: GitHub
- URL: https://github.com/xiaojay/django-simple-template
- Owner: xiaojay
- Created: 2013-03-15T01:34:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T08:04:17.000Z (over 11 years ago)
- Last Synced: 2023-03-22T11:27:03.699Z (over 1 year ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. {% comment %}
===============
Django Simple Template
===============To use ``django-layout`` run the following command::
django-admin.py startproject --template=http://github.com/xiaojay/django-simple-template/zipball/master --extension=py,rst,gitignore project_name
.. note:: The text following this comment block will become the README.rst of the new project.
-----
.. {% endcomment %}
{{ project_name }}
======================Quickstart
----------To bootstrap the project::
mkvirtualenv {{ project_name }}
workon {{ project_name }}
cd path/to/{{ project_name }}/repository
pip install -r requirements.pip
manage.py syncdb --migrate