Skip to content

frame-fF/base-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base Start Project Django

  • Startproject config
  • Translation (I18N)
  • Item 1
  • Item 1

.env

DEBUG=on

SECRET_KEY=django-insecure-b#2j)mq^5s3l61uj(k&os(n8j3)%f^!$-)4v!%hxd(iv&o1l*y

ALLOWED_HOSTS='127.0.0.1'

CSRF_TRUSTED_ORIGINS='http://127.0.0.1:8000/'

APP_DIRS=on

DB_HOST='localhost'
DB_USER='admin'
DB_PASSWORD='admin'
DB_PORT='5432'
DB_NAME='db'

REDIS_HOST='localhost'

About

base projecct django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published