- Download Python Here
required python version 3.4.x
https://www.python.org/downloads/ - Install it
- Install Django you can choose 3 easy step to install here https://docs.djangoproject.com/en/1.10/intro/install/
- open your command line type this in python cli if success will be showing django version
>>> import django
>>> print(django.get_version())
1.10
- Move all of this files to django folder project (replace it)
- open your command line and type
python manage.py runserver
- open your browser and type url http://localhost:8000/firstapp/
- Thats it !
See the license https://github.com/Aris-haryanto/Simple-CRUD-Laravel-5.3-with-MongoDB/blob/master/LICENSE
Aris Haryanto https://arindasoft.wordpress.com/