Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 408 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 408 Bytes

Introduction

Short introduction of this django project.

Dependencies

What is project depends on.

Installation

  • Add application django_app_template to the INSTALLED_APPS list.

  • Run ./manage.py syncdb to create all neccessary tables.

  • Add these variables to the settings.py:

    APP_MESSAGE = 'blah minor'