Skip to content

mine-archived/dinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======================

Quickstart

To bootstrap the project::

virtualenv src
source src/bin/activate
cd path/to/src/repository
pip install -r requirements.pip
pip install -e .
cp src/settings/local.py.example src/settings/local.py
manage.py syncdb --migrate

Documentation

super username@dev.db: root password: root

Developer documentation is available in Sphinx format in the docs directory.

Initial installation instructions (including how to build the documentation as HTML) can be found in docs/install.rst.

Refference

Django best practices
the right way to open sourcing a Python project
静态文件哈希码以防客户端缓存过深
静态文件前缀
Template dir
Load template
Using subdirectories
Jinja2 front goto module

Installation

django-pipeline