Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

nguyenhothanhtam0709/django-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Simple RestFul api build with DJango

Setup

# Create a virtual environment to isolate our package dependencies locally
python3 -m venv env
source env/bin/activate  # On Windows use `env\Scripts\activate`

# Install dependency
pip3 install -r requirements.txt

# create super-admins
python3 manage.py createsuperuser

#
python3 manage.py migrate
python3 manage.py runserver

# Run withn Daphne
daphne server.asgi:application

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages