Olifante *'s Library tagged → View Popular
21 Jan 09
Usefull tips to start a new project with Django
"Useful tips to start a new project with Django"
-
Only use null=True for non-string fields such as integers, booleans and dates: Avoid using null on string-based fields such as CharField and TextField unless you have an excellent reason.
-
Use fixtures to reimport data and test your apps
manage.py dumpdata --indent=4 > initial.jsonandmanage.py loaddata initial, don't spend time to reinsert data everyday with the admin - 2 more annotations...
1 - 1 of 1
Showing 20▼ items per page
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in project
Related Lists on Diigo
-
Day in a Sentence
This is a list for all the ...
Items: 11 | Visits: 256
Created by: Sheryl A. McCoy
-
Collaborative Projects
Collaborative, online proje...
Items: 64 | Visits: 2066
Created by: mitzif
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
