Skip to main content

Forms-SmoQ django is a simple application that contains useful forms for use in django.

Project description

=====
FORMS-SMOQ
=====
Forms-SmoQ django is a simple application that contains useful forms
for use in django.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Install pip install django-forms-smoq
2. Add "forms-smoq" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'forms-smoq',
)
3. Import the form where you want.

Configuration
-----------
GENERIC_DEFAULT_MODEL = If we have a generic model of a foreign key is
a model by default, the form will create a selection list.
We write "app_label.Model"

GENERIC_%s_MODEL % YOUR_MODEL = If you are using forms in several different
models, we can insert the exact form in which the model is to use what model.
Instead YOUR_MODEL enter the model name of which it is applicable.
We write "app_label.Model"

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-forms-smoq-0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page