Skip to content

farhanmasud/django-rest-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST Starter Template

⚠️ UNSTABLE

Getting started -

  1. Clone the repo
  2. Create and activate virtual environment
  3. Install dependencies from requirements.txt
  4. Setup PostgreSQL database and user
  5. Copy config/settings/.env.example to config/settings/.env and update the environment variables
  6. Apply migrations