From aefd71c30a59bdd1f704e137ab9f42150198a089 Mon Sep 17 00:00:00 2001 From: Zamil Majdy <z.majdy1996@gmail.com> Date: Thu, 23 Feb 2017 13:55:03 +0700 Subject: [PATCH] Update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb057eac..ded51463 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ * Node + Npm (https://nodejs.org/dist/v6.9.5/node-v6.9.5-x64.msi) * Python + Pip (https://www.python.org/ftp/python/3.6.0/python-3.6.0-embed-amd64.zip and https://pip.pypa.io/en/stable/installing/) - ## Installation * `git clone https://gitlab.com/PPL2017csui/PPLA1.git kape` @@ -23,4 +22,10 @@ For Windows you need to run `npm run webpack` and `python manage.py runserver` i Now go to localhost:8000 and you'll see the App running! +## Database + +Install postgreSQL +Run this quert `create user kape password 'kape' createdb` to create database and user. +Run `python manage.py migrate` + This project uses [Django Webpack Loader](https://github.com/owais/django-webpack-loader). -- GitLab