Re: How to link different apps into one main app

2023-03-24 Thread Chandresh . T
Thank you MAINSTREET STUDIO!

On Fri, 24 Mar 2023 at 22:16, MAINSTREET STUDIO 
wrote:

> My thoughts on this will be not to create 2 apps but have many Rooms in
> your app and if the user register as a backend dev then in the database
> they'll be queried to the specific room and also have a function that do
> redirection to a specific room😁
>
> On Fri, Mar 24, 2023, 3:28 PM Chandresh . T 
> wrote:
>
>> I'm a new learner of Django, and I want to do a project, In the main app
>> a form will be given and if the person tells that he belongs to the
>> frontend or backend developing group he will be moved to that room
>> respectively.
>>
>> So I thought that I can create 2 different apps one frontend and another
>> backend then once logged in to the main app the user will be sent to the
>> respective apps room.
>>
>> I searched for how to do this on google, but there was no solution. So if
>> you guys have any ideas please help me with this.
>>
>> Thank you in advance!
>>
>> --
>> 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/1a056e9a-82c7-4267-a070-eb1119e3eceen%40googlegroups.com
>> 
>> .
>>
> --
> 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/CAJyFwGnJCEOu5xXH0n958Yjg%2BgMh05xDBOp5ziVNxeJvdKdjSA%40mail.gmail.com
> 
> .
>

-- 
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/CA%2BPOfqOYs43E%2BGbuJjxBnxTnrZGOrt%3DNWHZ7pR-gm8SRoczubg%40mail.gmail.com.


Re: How to link different apps into one main app

2023-03-24 Thread DOI TUYEN
can you say more about this ?


Vào Th 6, 24 thg 3, 2023 vào lúc 20:41 Vishesh Mangla <
manglavishes...@gmail.com> đã viết:

> Add your app name in settings.py in INSTALLED_APPS
>
> On Fri, 24 Mar, 2023, 18:58 Chandresh . T, 
> wrote:
>
>> I'm a new learner of Django, and I want to do a project, In the main app
>> a form will be given and if the person tells that he belongs to the
>> frontend or backend developing group he will be moved to that room
>> respectively.
>>
>> So I thought that I can create 2 different apps one frontend and another
>> backend then once logged in to the main app the user will be sent to the
>> respective apps room.
>>
>> I searched for how to do this on google, but there was no solution. So if
>> you guys have any ideas please help me with this.
>>
>> Thank you in advance!
>>
>> --
>> 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/1a056e9a-82c7-4267-a070-eb1119e3eceen%40googlegroups.com
>> 
>> .
>>
> --
> 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/CACaE8x7mEP6Srk3vG61Oa%2BiTqw4knQvfgNCvCS7dy3qpxQbdsw%40mail.gmail.com
> 
> .
>

-- 
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/CAAKQkyS5WMxqJnZAX8Q6cc3FKmPMf4OHQ5N1JNMwMierYcK0Ag%40mail.gmail.com.


Re: How to link different apps into one main app

2023-03-24 Thread MAINSTREET STUDIO
My thoughts on this will be not to create 2 apps but have many Rooms in
your app and if the user register as a backend dev then in the database
they'll be queried to the specific room and also have a function that do
redirection to a specific room😁

On Fri, Mar 24, 2023, 3:28 PM Chandresh . T 
wrote:

> I'm a new learner of Django, and I want to do a project, In the main app a
> form will be given and if the person tells that he belongs to the frontend
> or backend developing group he will be moved to that room respectively.
>
> So I thought that I can create 2 different apps one frontend and another
> backend then once logged in to the main app the user will be sent to the
> respective apps room.
>
> I searched for how to do this on google, but there was no solution. So if
> you guys have any ideas please help me with this.
>
> Thank you in advance!
>
> --
> 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/1a056e9a-82c7-4267-a070-eb1119e3eceen%40googlegroups.com
> 
> .
>

-- 
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/CAJyFwGnJCEOu5xXH0n958Yjg%2BgMh05xDBOp5ziVNxeJvdKdjSA%40mail.gmail.com.


Re: How to link different apps into one main app

2023-03-24 Thread Vishesh Mangla
Add your app name in settings.py in INSTALLED_APPS

On Fri, 24 Mar, 2023, 18:58 Chandresh . T,  wrote:

> I'm a new learner of Django, and I want to do a project, In the main app a
> form will be given and if the person tells that he belongs to the frontend
> or backend developing group he will be moved to that room respectively.
>
> So I thought that I can create 2 different apps one frontend and another
> backend then once logged in to the main app the user will be sent to the
> respective apps room.
>
> I searched for how to do this on google, but there was no solution. So if
> you guys have any ideas please help me with this.
>
> Thank you in advance!
>
> --
> 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/1a056e9a-82c7-4267-a070-eb1119e3eceen%40googlegroups.com
> 
> .
>

-- 
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/CACaE8x7mEP6Srk3vG61Oa%2BiTqw4knQvfgNCvCS7dy3qpxQbdsw%40mail.gmail.com.


How to link different apps into one main app

2023-03-24 Thread Chandresh . T
I'm a new learner of Django, and I want to do a project, In the main app a 
form will be given and if the person tells that he belongs to the frontend 
or backend developing group he will be moved to that room respectively.

So I thought that I can create 2 different apps one frontend and another 
backend then once logged in to the main app the user will be sent to the 
respective apps room.

I searched for how to do this on google, but there was no solution. So if 
you guys have any ideas please help me with this.

Thank you in advance! 

-- 
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/1a056e9a-82c7-4267-a070-eb1119e3eceen%40googlegroups.com.