/Casino-Locator-DRF

A django application which demonstrates how to use the django rest framework. The scripts come with some comments for better understanding

Primary LanguagePython

Casino-Locator-DRF

A django application which demonstrates how to use the django rest framework. The scripts come with some comments for better understanding Familiarize yourself with postgres in order to use this tutorial as the DB engine is postgres as youl will see in the settings.py file Extensions required for postgres include postgis and postgis_topology Create the db on the postgres interface, commandline or GUI and run the command CREATE EXTENSION postgis and CREATE EXTENSION postgis_topology