Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 374 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 374 Bytes

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/michadereus/GroceryList.git
$ cd GroceryList

Then install the dependency:

$ pip install django

Once pip has finished downloading:

$ cd GroceryList
$ python ./grocery_list/manage.py runserver

Navigate to http://127.0.0.1:8000/ in a browser page.