Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

A JavaScript port of Django's awesome form display and validation library.

0
 
  0 reviews  |  1 user  |  7,618 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

A generic change confirmation app for DjangoEvery time a user enters data and you only want to accept it after it was verified (think of: email addresses, (mobile) phone numbers, postal addresses, bank accounts ...) django-generic-confirmation will allow you to implement the confirmation process ... [More] with very little extra code. Use casesUse-cases include but are not limited to: New user signs up and the account should only be activated after the email address is confirmed by clicking a link in an email sent to the user. An already registered user wants to change his email address. Bevor doing the change, the user gets an email and has to click a link to confirm the change. A user enters his mobile phone number. To confirm, that the user owns the number, a short random code is sent via sms and the user has to enter the code into a form to confirm the number. A postal address should be confirmed by sending the user a letter with a short random code, the user receives the letter and has to enter the code into a form to confirm his address. Same as above for bank accounts. You send the user a small amount of money together with a short code. InstallYou can use easy_install django-generic-confirmation to install directly from the PyPi. Or you can download the latest release or checkout the source code. UsageFor further information, please see the docs at: http://files.arnebrodowski.de/software/django-generic-confirmation/Documentation/ or http://django-generic-confirmation.googlecode.com/svn/trunk/docs/usage.txt News 2010-02-18 r18 marks the release of version 0.2 - contains a few bug fixes, more documentation and more tests 2009-09-22 r13 marks the release of version 0.1 [Less]

5.0
 
  0 reviews  |  1 user  |  588 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

A Django reusable app providing the ability for admin users to create their own forms within the admin interface drawing from a range of field widgets such as regular text fields, drop-down lists and file uploads. Options are also provided for controlling who gets sent email notifications when a ... [More] form is submitted. All form entries are made available in the admin via CSV export. [Less]

5.0
 
  0 reviews  |  1 user  |  1,880 lines of code  |  11 current contributors  |  Analyzed 5 days ago
 
 

ASP.NET MVC Forms makes developing forms faster and easier. Forms can be rendered either automatically or get your hands dirty with a completely custom layout. The design is based off the Django Projects forms module, ported to ASP.NET MVC.

4.0
   
  0 reviews  |  1 user  |  10,586 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Neat QuerySet filter for django apps with filterforms based on django forms

0
 
  0 reviews  |  1 user  |  761 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

IntroductionDjango-fields is an application which includes different kinds of models fields. Right now, application contains two fields with encryption support: EncryptedCharField and EncryptedTextField. SourcesNote, that this project on Google Code, was created for you convenience only. Please ... [More] download latest code from project's page at github.com. git clone git://github.com/svetlyak40wt/django-fields.git RequirementsThis application depends on python-crypto, which can be found in many Linux repositories, or downloaded from http://www.dlitz.net/software/pycrypto/. Under Ubuntu, just do: sudo apt-get install python-crypto ExamplesExamples can be found at the examples directory. Look at the, tests.py. CreditsThanks to zbyte64 for his django snippet for encrypted fields. After some fixes, this snippet works as supposed. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Super simple template tags for Django forms.

0
 
  0 reviews  |  0 users  |  37 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

This project will collect useful form UI widgets for django. Samples: autocompleters, date pickers, color pickers, admin file pickers, Also the project introduces form manipulation model called Controllers (quite similar to rails controllers), allowing simple widget substitution for your forms.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

A Django app to allow creation of simple submission forms in the admin with variable fields, as well as simple exports to csv. This project was initially created by Nikolaj Baer at Cuker Design.

0
 
  0 reviews  |  0 users  |  218 lines of code  |  0 current contributors  |  Analyzed about 2 hours ago
 
 

Client side JavaScript validation for any Django form. Provides a template tag to generate JavaScipt (JSON) field description of any Django form via introspection. Support for custom validation, similar to how clean is used in Form classes; comparison between fields (ie compare password and ... [More] password check fields); custom fields (ie fields that are not part of the Django distribution). Support for AJAX callbacks for validation that requires server interaction (ie check that a username is not already in use) is currently in development. [Less]

0
 
  0 reviews  |  0 users  |  917 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.