Skip to content

ryankuczka/django_blog

Repository files navigation

Portfolio Blog

Setup

Clone the Repo

git clone git@bitbucket.org:rkuczka/portfolio.git
cd portfolio

Set Up virtualenv

mkvirtualenv --distribute portfolio
pip install -r requirements/dev.txt

Set up database

python manage.py sync_db
python manage.py migrate

Add about Pages

export DJANGO_SETTINGS_MODULE='portfolio.settings'
python about/onetime_scripts/create_about_pages.py

About

The Django powered version of my blog/personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published