This app [provides something].
__dist-name__
:django-tacc-the-example
__package_name__
:django_tacc_the_example
__ClassName__
:TheExample
- "App Name": "The Example"
Important
After using this repository template for your app:
- Follow (wiki) Development Quick Start.
- Remove this notice.
- Follow (wiki) Usage Quick Start.
Important
After using this repository template for your app:
- Choose or replace all the step 2's with step(s) specific to your app.
- Remove this notice.
For a website using TACC/Core-CMS:
For a Django CMS plugin:
-
Any step that is specific to the app, such as the steps after this.
# provide minimal example code that may help the reader
-
Add a URLconf in your Django project's
urls.py
like this:url(r'^sysmon/', include('__package_name__.urls')),
-
Add
__APP_NAME_SOME_PROP__
property and value to your Django project's settings:__APP_NAME_SOME_PROP__ = 'specific_value'
Important
After using this repository template for your app:
- Replace the steps below with step(s) specific to your app.
- Remove this notice.
For a website using TACC/Core-CMS:
- Configure the website.
- Run the server and load the website.
- See server run without error and website matches configuration.
For a Django CMS plugin:
- Add instance of plugin to a page.
- Configure the plugin instance.
- See plugin render content that matches configuration.
Important
After using this repository template for your app:
- Describe the feature(s) of the app, or remove this section.
- Remove this notice.
…