django-wysiwyg-forms

Software screenshot:
django-wysiwyg-forms
Dettagli del software:
Versione: 0.1.1
Data di caricamento: 15 Apr 15
Sviluppatore: Nick Fitzgerald
Licenza: Libero
Popolarità: 11

Rating: nan/5 (Total Votes: 0)

django-WYSIWYG-forme è un app Django che permette agli utenti normali di creare moduli utilizzando un What You See Is What You Get interfaccia stile & nbsp; (simile a Wufoo o Google Docs) e poi dà ai programmatori di accedere a quelle forme create dall'utente come classi django.forms.Form e istanze. Dopo di che, il mondo è ai tuoi piedi!
Installazione
Installare via pip:
pip installazione Django WYSIWYG-forme
o dalla fonte:
git clone git: //github.com/fitzgen/django-wysiwyg-forms.git
cd django-WYSIWYG forme /
python setup.py install
Quindi, aggiungere "wysiwyg_forms" per INSTALLED_APPS in settings.py.
Sincronizza il database:
syncdb ./manage.py
Assicurarsi che django.contrib.staticfiles siano installati correttamente. Vedi qui per le istruzioni.
Raccogliere i file statici:
collectstatic ./manage.py
Includere gli URL:
urlpatterns = modelli ("",
& Nbsp; & nbsp; & nbsp; # ...
& Nbsp; & nbsp; & nbsp; (R "^ wysiwyg_forms /", includono ("wysiwyg_forms.urls")),
& Nbsp; & nbsp; & nbsp; # ...
)

Requisiti :

  • Python
  • Django

Altri software di sviluppo Nick Fitzgerald

Pycco
Pycco

11 Mar 16

Tempest
Tempest

13 May 15

Commenti a django-wysiwyg-forms

I commenti non trovato
Aggiungi commento
Accendere le immagini!