Skip to content

saaspegasus/app_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Pegasus App Template

App templates for SaaS Pegasus apps.

Changes from the default Django template:

  1. Include a urls.py file, and a "hello world" view/url.
  2. Tests are set up in a module instead of tests.py file.
  3. App is assumed to be installed in an apps/ subdirectory.

Installation

To use this, create the app directory:

mkdir apps/my_new_app

Then run with the following arguments:

./manage.py startapp my_new_app apps/my_new_app/ --template=/path/to/this/app_template/

About

No description, website, or topics provided.

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors