Skip to content

TACC/Core-CMS-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Texas Advanced Computing Center

Django CMS App: "The Example"

This app [provides something].

  • __dist-name__: djangocms-tacc-the-example
  • __package_name__: djangocms_tacc_the_example
  • __ClassName__: TaccsiteTheExample
  • "App Name": "The Example"

For App Developer

After using this repository template for your app:

  1. Follow https://github.com/wesleyboar/Core-CMS-App/wiki/Core-CMS-App-Development-Quick-Start.
  2. Remove this section from your repository's README.md.

Quick Start

  1. Follow https://github.com/wesleyboar/Core-CMS-App/wiki/Core-CMS-App-Usage-Quick-Start.

The next steps are sample steps that should be replaced with app-specific steps, if any.

Website Example:

  1. Follow https://github.com/TACC/Core-CMS/blob/main/README.md.

Plugin Example:

  1. Any step that is specific to the app, such as the steps after this.

    # provide minimal example code that may help the reader
  2. Add a URLconf in your Django project's urls.py like this:

        url(r'^sysmon/', include('__package_name__.urls')),
  3. Add __APP_NAME_SOME_PROP__ property and value to your Django project's settings:

    __APP_NAME_SOME_PROP__ = 'specific_value'
  4. Visit http://your.project.url.host/some-app-url-path/.

Usage

This section is sample usage steps that should be replaced with app-specific steps, or be removed.

Website Example:

  1. Configure the website.
  2. Run the server and load the website.
  3. See server run without error and website matches configuration.

Plugin Example:

  1. Add instance of plugin to a page.
  2. Configure the plugin instance.
  3. See plugin render content that matches configuration.

Features

This section should describe the feature of the app or be removed.

Releases

No releases published

Languages