So, I have an idea to build a web app. I am new to this business but am a programmer. I liked Python and thought let me start with Django. I ran into a problem with the built-in Django User Auth syste
I\'m looking for a CMS or similar system with the following requirements for a project I\'m helping out on. The basic idea of the project is to allow users in completely separate groups to have their
this is more a conceptual question. Consider you have a php framework that runs a generic website. You can of course tweak the framework behavior with settings, the question is: where is more natural
Has anyone used Vork? What has开发者_如何学C been your experience? How does it compare to f3 or lithium? I\'m building with MongoDB.
Once you begin to build a site with a PHP Framework are you locked in from that point forward to have to continue to use such framework?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am in the middle of creating some generic classes that can be reusable for lot of application. For Eg: Share Functions -if we need this functionality in a project then we currently I need to add a
I don\'t like having to explicitly manage values in session and I can\'t imagine I\'m alone in this... so I wanted to get feedback on:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
def broadcast_display_and_form(request): if 开发者_开发知识库request.method == \'POST\' : form = PostForm(request.POST)