Automated testing: Difference between revisions

From OpenHatch wiki
Content added Content deleted
(RJMUXeymOBLjAsbpY)
(fLEJcGFcuI)
Line 1: Line 1:
Excellent video Excellent video tutorials. Use Flash or whtaever the heck you want, you are the one teaching the lessons! People need to realize you are doing everyone a favor and stop complaining about flash.I personally don't use flash anymore and lean towards Javascript, but I could care less. I am learning a lot about php and MySql. These are great tutorials. Thank you so much for taking the time to put them together!
Still i am getting the same error.. here is my login view [I am using pyohtn2.6]@anonymous_requireddef login request, form_class=None, template_name='registration/login.html', redirect_field_name=REDIRECT_FIELD_NAME :"Displays the login form and handles the login action."redirect_to = request.REQUEST.get redirect_field_name, '' if request.method == "POST": form = AuthenticationForm data=request.POST if form.is_valid : if not redirect_to or '//' in redirect_to or ' ' in redirect_to: redirect_to = settings.LOGIN_REDIRECT_URL from django.contrib.auth.views import login login request, form.get_user if request.session.test_cookie_worked : request.session.delete_test_cookie return HttpResponseRedirect reverse 'goto_dashboard' else: form = AuthenticationForm request #captchform = form_class() request.session.set_test_cookie if Site._meta.installed: current_site = Site.objects.get_current else: current_site = RequestSite request return render_to_response template_name, 'form': form, redirect_field_name: redirect_to, 'site': current_site, 'site_name': current_site.name, , context_instance=RequestContext request login = never_cache login

Revision as of 15:53, 5 May 2012

Excellent video Excellent video tutorials. Use Flash or whtaever the heck you want, you are the one teaching the lessons! People need to realize you are doing everyone a favor and stop complaining about flash.I personally don't use flash anymore and lean towards Javascript, but I could care less. I am learning a lot about php and MySql. These are great tutorials. Thank you so much for taking the time to put them together!