/ndemo-master

unmaintained repo

Primary LanguageCSS

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