Skip to main content
=====
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"

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 details)

Uploaded Source

File details

Details for the file django-forms-smoq-0.1.tar.gz.

File metadata

File hashes

Hashes for django-forms-smoq-0.1.tar.gz
Algorithm Hash digest
SHA256 55fb2de4a020e8681f749f1a631b2e766b6ad6f433b1bbdeade0bfb813ae69f7
MD5 a78aee456df3f1dccbcf330e8e0c4d4c
BLAKE2b-256 aa637f973404796452d546a9b0e1720e53b49836904c6177acb62ab5407beec8

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page