Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 846 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 846 Bytes

Django for mobile applications

Sample code and resources for PyCon Kr 2017 presentation

How to run

  1. git clone
$ git clone https://github.com/hassanabidpk/pyconkr2017.git
$ python3 -m venv myven
$ source myvenv/bin/activate
$ cd pyconkr2017
  1. Install requirments
$ pip install -r requirements.txt
  1. Make migrations and create user
$ python manage.py migrate
$ python manage.py createsuperuser
  1. Start Server
$ python manage.py runserver

Sample data

You can find sample images and data in dummy folder

Rest API end point

/api/list

Final output

React Native App Github