Skip to content

GDGAAU/Hytor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project includes (Backend)

  • uses python 3.12
  • setted up Corsheaders (don't forget to remove it in production)
  • setted up DjangoRestAPI
  • Custom user model in user app
  • custom authentication in user app

Project settings

  • rest_framework setup in settings.py
  • custom user model setup in user/model

Env File setup is:

  • DEBUG="TRUE"
  • SECRET_KEY=""
  • DB_NAME=""
  • DB_USER=""
  • DB_PASSWORD=""
  • DB_HOST=""
  • DB_PORT=""
  • ALLOWED_HOSTS=""
  • STATIC_ROOT=""
  • MEDIA_ROOT=""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages