Skip to content

Anc813/project_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start new project like this django-admin.py startproject --template=https://github.com/Anc813/project_template/zipball/master project

Rename project to YOUR real projectname. Create your local settings in settings directrory.

replace variables, example

PROJECT_NAME_REPLACE=my-project

RANDOM_PORT_REPLACE=65531

VIRTUALENV_HOME_REPLACE=/root/.virtualenvs/my_project

PROJECT_ROOT_REPLACE=/var/www/chatgpt-core-backend

Provide readme for your project. Your ready to go. If you wish to make random string for your SECRET_KEY setting, you just need to type the following in interactive mode:

Based on https://github.com/wsvincent/djangox

from django.utils.crypto import get_random_string;get_random_string(100)

or just generate it online (if You are using python 3):

django-secret-key-generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.5%
  • Makefile 16.4%
  • Shell 3.1%
  • HTML 3.0%