Re: How to save multiple model form in one template?

2018-10-13 Thread Daniel Bojorge (Foros)
Take a look to my course (in spanish) and go to the last CRUD, there I do a Master-Detail form, the detail form are many models DJANGO 2.1 https://goo.gl/oeT5Sx El viernes, 7 de septiembre de 2018, 4:43:11 (UTC-6), Django Lover escribió: > > > I have one page, which I have to show three model

Re: login() got an unexpected keyword argument 'template_name'

2018-10-13 Thread Daniel Bojorge (Foros)
I suggest you that you use path in the url file. I made an implemantation of login like this from django.urls import include, path from django.contrib.auth import views as auth_views from generales.views import Home, SinPrivilegios, HomeSinPrivilegios urlpatterns = [ path('', Home.as_view(

Re: Permission to views

2018-10-13 Thread Daniel Bojorge (Foros)
Hi, I made this course (in spanichs), but I try this topic. DJANGO 2.1 https://goo.gl/oeT5Sx First use Mixin, they must to go from left to right in the views declaration, after the type of generic view. In the course I used the PermissionRequiredMixin and this use the permission_required p

Re: beginner guide

2018-10-13 Thread Daniel Bojorge (Foros)
I made this course, I hope be useful for you https://goo.gl/oeT5Sx It's in spanish. El lunes, 8 de octubre de 2018, 10:39:29 (UTC-6), Ashok Reddy escribió: > > hello every one .i am beginner to Django. Could you please suggest me the > best source to learn,i am very enthusiastic to learn. >

[Curso:2.1-Spanish] Django: Creando una aplicación Completa

2018-10-13 Thread Daniel Bojorge (Foros)
CURSO DJANGO: CREANDO UNA APLICACIÓN COMPLETA (Único con Django 2.1 en español) ===> https://goo.gl/oeT5Sx <=== (94% Descuento) #Curso #Django #Clase #Migration #Python #PostgreSQL #Course Luego de crear el modelo (lo vemos cómo se hizo), procedemos a generar la primer migración, para luego apl