Skip to content

NTUPA/ntupa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTUPA internal management system

Configure

Write ntupa/secrets.py as the following example:

import os

SECRET_KEY = '123hello123'

BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
    }
}

#set below to relative path of STATIC folder
STATIC_ROOT = 'static/'

About

NTUPA internal management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published