yuryypogoreliuk / steelkiwi_fullstack_django

https://git.io/vPXmE

Home Page:http://cl0jur3.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#This is test task for Steelkiwi

##Quicksetup

$ curl -sSL https://git.io/vPXmE | bash -s stable

##Setup

At first create virtual environmwnt for app:

$ virtualenv testenv

Then go to directory and activate environment:

$ cd testenv
$ . bin/activate

Clone this repo:

$ git clone https://github.com/yuryypogoreliuk/steelkiwi_fullstack_django

Go into working dir and install project's requirements:

$ cd steelkiwi_fullstack_django
$ pip install -r requirements.txt

You need to collect static files and migrate database:

$ python manage.py collectstatic
$ python manage.py migrate

I provide fixtures but you don't need them cause I forgot to include db.sqlite3 to .gitignore. So you can just type

$ python manage.py runserver

and open http://localhost:8000 in your browser.

If you want to see the live demo visit http://cl0jur3.pythonanywhere.com/

About

https://git.io/vPXmE

http://cl0jur3.pythonanywhere.com/


Languages

Language:JavaScript 54.6%Language:CSS 33.9%Language:Python 9.3%Language:HTML 2.0%Language:Shell 0.2%