DMS86 / dmunoz

personal web page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:CSS 54.2%Language:HTML 26.4%Language:JavaScript 18.6%Language:Python 0.5%Language:Makefile 0.2%