Skip to content

bepatient-fr/django-startapp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-startapp-template

This is a template for a Django app. It contains a basic Django app with customs files and folders.

Usage

In your Django project to create a custom app, run the following command:

django-admin startapp --template=https://github.com/bepatient-fr/django-startapp-template/archive/main.zip  app_name

If you want to use a specific branch, you can use the following command:

django-admin startapp --template=https://github.com/bepatient-fr/django-startapp-template/archive/branche_name.zip  app_name

Issues

We can't exclude files Readme and .gitignore from the template. So, if you want to remove a file, you have to remove it manually.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages