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 functi

Re: "Fat" vs "Lean" or better "Fit" Use of Electrical Information Devices

2023-03-24 Thread Michael Starr
One more: Fat: Sending yourself emails as a means of storing information Fit: Writing it down somewhere instead Mike On Friday, March 24, 2023 at 3:58:47 PM UTC-7 Michael Starr wrote: > What are the properties of "fat" computer usage? > What are the properties of "fit" computer usage? > > I find

Re: "Fat" vs "Lean" or better "Fit" Use of Electrical Information Devices

2023-03-24 Thread Michael Starr
I'll start: Fat: Storing files you don't actually need because you "might need them *someday*" Fit: Deleting or better yet, archiving those files Mike On Friday, March 24, 2023 at 3:58:47 PM UTC-7 Michael Starr wrote: > What are the properties of "fat" computer usage? > What are the properties

"Fat" vs "Lean" or better "Fit" Use of Electrical Information Devices

2023-03-24 Thread Michael Starr
What are the properties of "fat" computer usage? What are the properties of "fit" computer usage? I find I fall into the former category. :( -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Join and ask any python, Django, DevOps related questions

2023-03-24 Thread Joseph Bashorun
Here's my group. Get premium help here free with your codes https://chat.whatsapp.com/LdyIDGJKFPGIaHDdJidV2X -- 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 dja

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,

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 wrot

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

Re: Failed to send Email by Django

2023-03-24 Thread 'Kasper Laudrup' via Django users
On 24/03/2023 05.16, bing wrote: I am using the email module in Django to inform of users with their registration. Sometimes it can send email successfully, but more often, it fails. I searched for many solutions, but did not change this situation. That is not really related to Django but mo

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

Re: Django Admin

2023-03-24 Thread Jd Mehra
- Clear the browser cache and cookies and then try to log in again. Sometimes an old CSRF token can be stored in the browser cache and can cause issues. - On Friday, 24 March 2023 at 07:50:37 UTC+5:30 Ikrombek wrote: > > Hello, > How can I use dental teeth section. For example, do I need

Re: Help on Django + Plotly integration

2023-03-24 Thread Jd Mehra
Create a view that will generate the Plotly chart. In the view, you can use the Plotly library to create a chart object and return it as an HTML div string. Here is an example view: from django.shortcuts import render import plotly.graph_objs as go import plotly.offline as opy from django.http

Re: Help in django. I want to upload files

2023-03-24 Thread Jd Mehra
yeah, Ryan's comment definitely makes sense On Thursday, 23 March 2023 at 20:22:17 UTC+5:30 Ryan Nowakowski wrote: > Your field is called e_resource with an underscore but you're trying to > reference it using a dash. > > > On March 22, 2023 11:40:00 PM CDT, Shubhi Pandey > wrote: >> >> the er

contribution on open source

2023-03-24 Thread Priyank Panchal
Hey django users i just started open source contribution and i want to contribute on the django project can anyoone tell that how to understand code and contribute and also which types of tools are needed for better understanding. Thanks -- You received this message because you are subscribe

Failed to send Email by Django

2023-03-24 Thread bing
I am using the email module in Django to inform of users with their registration. Sometimes it can send email successfully, but more often, it fails. I searched for many solutions, but did not change this situation. The following is what I have configured: settings.py: EMAIL_BACKEND = 'django.co