/pyconkr2017

Sample code and resources for PyCon Kr 2017 presentation

Primary LanguagePythonMIT LicenseMIT

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