Re: Django + Next.js

2024-02-01 Thread Milad
Have you seen this one 

https://www.youtube.com/watch?v=2pZmxh8Tf78

Very good course. Not very detailed on the frontend side though

On Wednesday, January 31, 2024 at 10:45:42 PM UTC-5 Israel Akinoso wrote:

> Please has anyone implemented authentication with Django backend and 
> Next.js' App Router. Even a guide or existing article about it would be 
> very helpful. All the articles online still use the Pages Router

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c0fd7e17-173f-43cc-a057-74a075ffe33en%40googlegroups.com.


Django - save user in another table

2016-12-22 Thread milad ranaei siadat
Django - save user in another table 

up vote
down votefavorite 


Is there a way to save my user registration in another table from the 
database?

I don't want to mix AdminUsers with CommonUsers (All the tutorials I've 
seen, they save the registration inside auth_user)

The reasons:

   - CommonUsers have different columns and informations
   - CommonUsers can upload content
   - AdminUsers verify the content uploaded by the CommonUsers and make 
   sure there is nothing inappropriate

What do I need to use? models? modelform? forms?


please help me

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e1ae8ddc-a70d-4c76-bdd4-8947871ee1f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.