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"
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
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)
File details
Details for the file django-forms-smoq-0.1.tar.gz.
File metadata
- Download URL: django-forms-smoq-0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55fb2de4a020e8681f749f1a631b2e766b6ad6f433b1bbdeade0bfb813ae69f7
|
|
| MD5 |
a78aee456df3f1dccbcf330e8e0c4d4c
|
|
| BLAKE2b-256 |
aa637f973404796452d546a9b0e1720e53b49836904c6177acb62ab5407beec8
|