Is Django Model name case sensitive -


i have class

class fruits:   class fruits: 

are both same or different

i need pass model name in url accept if enter lowercase

python case sensitive, extension, django too.

see here making django urls behave case-insensitively


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -