Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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