New in django so here is the question: Is there a web based IDE for django where the environments are set up and all we focus on the creating models, view and control? It seems most of my time is spend creating url, import this, import that, put middleware, 90% of the time is spend worrying about the framework that actually doing the work. Its 2016 and its still seems like going back in time with the framework where everything is very manual driven.
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c4d176a6-6d96-41cc-b571-f95c3e4f39b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I think you can get a lot of what you're looking for with PythonAnywhere's support for Django--https://www.pythonanywhere.com/ . try the free version and see if that moves you in the right direction?ari
On Mon, Aug 15, 2016 at 4:47 PM, <billy...@gmail.com> wrote:
New in django so here is the question: Is there a web based IDE for django where the environments are set up and all we focus on the creating models, view and control? It seems most of my time is spend creating url, import this, import that, put middleware, 90% of the time is spend worrying about the framework that actually doing the work. Its 2016 and its still seems like going back in time with the framework where everything is very manual driven.
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f8bca7ad-3133-458c-8d9a-b36726ff99e0%40googlegroups.com.
Hi,
Just for curiosity, can you point out any web based editor does what you're asking for, even not Python based?
To me it sounds that you want to have some kind of (web based)
wizard to generate most of the code for you. Since you feel
repeating your way of workin, why not to write IDE yourself?
New in django so here is the question: Is there a web based IDE for django where the environments are set up and all we focus on the creating models, view and control? It seems most of my time is spend creating url, import this, import that, put middleware, 90% of the time is spend worrying about the framework that actually doing the work. Its 2016 and its still seems like going back in time with the framework where everything is very manual driven.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/90bc6b07-5273-90fc-6ec0-c2b284b567c3%40gmail.com.
New in django so here is the question: Is there a web based IDE for django where the environments are set up and all we focus on the creating models, view and control? It seems most of my time is spend creating url, import this, import that, put middleware, 90% of the time is spend worrying about the framework that actually doing the work. Its 2016 and its still seems like going back in time with the framework where everything is very manual driven.