Re: List Field in Django Model while using SQLite

2022-06-17 Thread Mukul Verma
Jun 2022 at 15:00, Mukul Verma wrote: > >> Hii Everyone, >> Thanks for all the advice and suggestions. >> currently i got stuck with a problem i have to store list of some data in >> a specific field of the model may you please suggest me or if possible >> share

List Field in Django Model while using SQLite

2022-06-17 Thread Mukul Verma
Hii Everyone, Thanks for all the advice and suggestions. currently i got stuck with a problem i have to store list of some data in a specific field of the model may you please suggest me or if possible share code snippet. How can i store the list in the model field while using SQLite please. --

Json Object type field in Model in Django

2022-06-09 Thread Mukul Verma
Hii Community, can we add a field in model that stores json and we can access it's keys to get there respective values, if yes please let me know and how we can use that this thing too. Thanks and Regards Mukul Verma -- You received this message because you are subscribed to the G

Session in Python for Login and Logout

2022-06-06 Thread Mukul Verma
Hii, Help me out in this stuff please, some steps for solve this out -- 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.

Re: Best approach for audit logging in Django.

2022-06-05 Thread Mukul Verma
i also have the question regarding this, is that i have to create auditing log file for all the activities performing in the project smallest or biggest may you please tell how to initiate this task from beginning. *Thanks* *Mukul Verma* On Friday, 3 June 2022 at 23:32:04 UTC+5:30 sutharl

django.db.utils.IntegrityError: NOT NULL constraint failed: app_users.key_value_id

2022-06-03 Thread Mukul Verma
StackOverflow URL Please Give Response https://stackoverflow.com/questions/72485685/django-db-utils-integrityerror-not-null-constraint-failed-app-users-key-value -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: beginner

2022-06-03 Thread Mukul Verma
Check Out Django Docs No Worries it will take time but that's so simple On Thursday, 2 June 2022 at 23:01:29 UTC+5:30 bod...@gmail.com wrote: > Greetings > > please i am a beginner on django, i need material like video and soft copy > reading materials > > thanks > -- You received this mess

Facing issue in queryset while creating CRUD API in Django for User Model inherit with AbstractBaseUser

2022-06-01 Thread Mukul Verma
[ all files are added in this question ]. how can i fetch all the user data from data base using query set. *Error of the Code:* Internal Server Error: /wijungleapp/user/ Traceback (most recent call last): File "C:\Users\Mukul Verma\AppData\Local\Programs\Python\Python310\lib\site-packages\d

Re: Deploy Tailwind Template with Django

2022-06-01 Thread Mukul Verma
you can create API in Django and integrate in the Template On Wednesday, 1 June 2022 at 05:22:12 UTC+5:30 Ry wrote: > Hi I recently downloaded a template from cruip.com > > https://preview.cruip.com/mosaic/ > > I'd like to integrate this template into my django site but admittedly I > am not sur