If you compare Django to asp.net or java, django is the easiest to start
things with. You never have to compile anything in django, the server does
it itself. In development mode it will recompile all classes automatically
when you make changes to a file. In a production environment, you may have
to restart the webserver for the compilation to take place.

If you make a change to a model, you do have to run a commandline command
to synchronize the database with your model. However I think it is still
much easier than Java.

Also the learning curve for django is far lower than java.

Regards,

Andréas


2013/8/21 Johann <needin4mat...@gmail.com>

> Please tell me if this is true.  I'm deciding on Django, asp.net, or Java.
>
> If I use asp.net or java and I want to make a change to the controller, I
> have to recompile the class or project, right?
>
> If I use Django, if I change the controller or model logic, do I have to
> compile everything?  If I change a a model, don't I have to use "special"
> django/py commands to fix everything in my ORM?  If I just make nominal
> changes to the logic in a controller, I can just go with it, no recompile
> necessary?
>
> Sorry for so many questions.  Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to