Introduction This is an illustration of using DjangoORM within your Ellar Project. Project setup pip install -r requirements.txt Apply Migrations python manage.py django migrate See Django allowed Commands python manage.py django --help Development Server python manage.py runserver --reload