CleanData / data-network

An app for the visualisation of connections between datasets
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Add functionality via Django-packages #8

Open jonroberts opened 10 years ago

jonroberts commented 10 years ago

There are a lot of good packages out there for Django. Here's a shortlist:

django-crispyforms - add formatting to the forms.py file so that forms just render. http://django-crispy-forms.readthedocs.org/en/latest/crispy_tag_forms.html#crispy-tag-forms

django-south - database migration: http://south.readthedocs.org/en/latest/

django-extensions - auto-date fields, dump_script to populate databases, export_emails to create a formatted list of email addresses and a bunch more. Useful bag of tricks: https://django-extensions.readthedocs.org/en/latest/command_extensions.html