ndemo-richard / ndemo-master

unmaintained repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ndemo-master

personal website build with django

setup

The first thing to do is to clone this repository:

$ git clone https://github.com/ndemo-richard/ndemo-master.git
$ cd ndemo-master


create a virtual enviroment to install dependencies in and activate it:

$ pip install virtualenv
$ virtualenv env
$ source env/bin/activate

Then install the dependencies:

(env)$pip install -r requirements.txt

finally run the application using:

$ python manage.py migrate
$ python manage.py runserver

#couple of things you should check to fine tune towards your needs You should change the settings file
uncomment the last line in common.py in settings and the `import django-heroku' change the database engine to match your settings

About

unmaintained repo


Languages

Language:CSS 39.4%Language:JavaScript 34.1%Language:Python 21.1%Language:HTML 4.1%Language:Roff 1.2%Language:SCSS 0.2%