Re: "Project" vs "App"

2015-11-20 Thread Remco Gerlich
nt to reuse parts of your code, you want to make dependencies explicit, etc). For instance, you may want to split your models module, or your urls module, or your views module. It usually makes sense to divide them together, because they are often coupled. So that becomes an app. Greetings, Remco Ge

Re: Making max_length argument optional

2015-09-22 Thread Remco Gerlich
rm on a web page shouldn't change depending on the database backend! Maybe django.contrib.postgres could have a ArbitraryLengthCharField? Greetings, Remco Gerlich -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django its