Skip to content

DMS86/dmunoz

Repository files navigation

Used to be a pinax project for my website, now it's a repo for static files for personal website that I use with Tumblr

pinax-project-zero

This project lays the foundation for all other Pinax starter projects. It provides the project directory layout and bootstrap-based theme.

Usage:

django-admin.py startproject --template=https://github.com/pinax/pinax-project-zero/zipball/master <project_name>

Getting Started:

pip install virtualenv
virtualenv mysiteenv
source mysiteenv/bin/activate
pip install Django==1.7.1
django-admin.py startproject --template=https://github.com/pinax/pinax-project-zero/zipball/master mysite
cd mysite
pip install -r requirements.txt
./manage.py migrate
./manage.py loaddata sites
./manage.py runserver

About

personal web page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published