Re: problem bd python manage.py makemigrations & migrate

2023-06-11 Thread Bhuvnesh Sharma
Hi, This seems a bit unexpected behaviour,could you tell us all the steps you followed from the beginning and at what step is it giving error? On Mon, Jun 12, 2023, 12:30 AM Alexandru - Gabriel Ionicescu < ionicescu.alexandrugabr...@gmail.com> wrote: > hello, I have a project and I use django.

Re: Finding Help in getting started in Django

2023-05-30 Thread Bhuvnesh Sharma
Hi Veronica, You can start from the official documentation. Django has one of the best documentations in the world , just in case you are lost, here's a link from where you can create your first application : https://docs.djangoproject.com/en/4.2/intro/tutorial01/ Regards, Bhuvnesh On Tue, May

Re: Django date time picker

2023-05-29 Thread Bhuvnesh Sharma
You can also use https://github.com/monim67/django-bootstrap-datepicker-plus It is really good and easy to integrate. On Mon, May 29, 2023, 10:48 PM Larry Martell wrote: > On Mon, May 29, 2023 at 1:14 PM Thomas Mutavi > wrote: > > > > Hello, how can i implement a form with several date

Re: No module name 'taggit'

2023-04-29 Thread Bhuvnesh Sharma
Try to re create the virtual env and install all the packages again including taggit. On Sun, Apr 30, 2023, 3:36 AM Awobode Emmanuel wrote: > I re-installed several times and kept getting the same error. > > On Sat, Apr 29, 2023, 11:02 PM ALBERT ASHABA AHEEBWA < > ashabaaheebwaalb...@gmail.com>

Re: Testing django

2023-03-16 Thread Bhuvnesh Sharma
We can run django tests with custom settings by using --settings flag and providing the path to the custom settings file . For example: ./runtests.py --settings=new_app.test_settings What do you want to do exactly? On Fri, Mar 17, 2023 at 1:00 AM Ayush Bisht wrote: > Seems like, it is for

Re: MySQL table is missing ON DELETE CASCADE constraint

2023-01-20 Thread Bhuvnesh Sharma
Hi dennis, You can open a ticket on the trac (https://code.djangoproject.com/query) for whatever issue you are facing.It will be easier to understand there. Regards Bhuvnesh On Fri, Jan 20, 2023, 8:36 PM Dennis Tants wrote: > Hey folks, > > I recently came across what I think is a bug. Let me

Error in dockerizing django react application.

2022-12-31 Thread Bhuvnesh Sharma
Hi all, i'm trying to dockerize a django-react application with postgres db but its giving me the following error: [image: Screenshot 2022-12-31 180608.jpg] my docker-compose is : [image: docker-compose.jpg] And django db configuration is: [image: db.jpg] It looks like somehow django is not

Re: Resolving my display

2022-12-15 Thread Bhuvnesh Sharma
Screenshot of folder structure On Thu, Dec 15, 2022, 9:46 PM Adekola Aderonmu wrote: > sorry, i did'nt get that. can i send what? > > On Thursday, 15 December 2022 at 17:05:08 UTC+1 bhuvn...@gmail.com wrote: > >> Can you send ss of the file structure of your project. >> >> >> On Thu, Dec 15,

Re: Resolving my display

2022-12-15 Thread Bhuvnesh Sharma
In the file where your PMSdetails_data and admin url is located On Thu, Dec 15, 2022, 9:14 PM Adekola Aderonmu wrote: > please, where am i to import the views from. please, pardon me. > Thanks. > > On Thursday, 15 December 2022 at 16:39:48 UTC+1 bhuvn...@gmail.com wrote: > >> Import views first

Re: Branches.desktop file with django

2022-12-13 Thread Bhuvnesh Sharma
The link which you have sent is link to the branches of the django repository on github. Read more about branches here . And files with .desktop extensions

Re: Branches.desktop file with django

2022-12-13 Thread Bhuvnesh Sharma
hi Manjusha, could you please clarify what is your doubt exactly? On Tue, Dec 13, 2022 at 3:39 PM Manjusha wrote: > I have a doubt about the following link : > https://github.com/django/django/branches > > I want to ask you about this branches.desktop file. > And I have attached a screenshot >

Re: Quiz app

2022-11-16 Thread Bhuvnesh Sharma
Lakshyaraj Dash wrote: > Please tell which category has more than 5 questions. > > On Wed, 16 Nov, 2022, 20:00 Bhuvnesh Sharma, > wrote: > >> Maybe the category you are sending request to contains only one matching >> question in db? >> >> On Wed

Re: Quiz app

2022-11-16 Thread Bhuvnesh Sharma
Maybe the category you are sending request to contains only one matching question in db? On Wed, Nov 16, 2022, 7:30 PM Lakshyaraj Dash wrote: > Nice api > But it generates only one question. > > On Wed, 16 Nov, 2022, 18:38 Bhuvnesh Sharma, > wrote: > >> Hi lakshayaraj,

Re: Quiz app

2022-11-16 Thread Bhuvnesh Sharma
Hi lakshayaraj, Just in case you need api for the quiz app, you can checkout the open db i created for storing questions and answers. Link:- http://quizry.in/ Thanks and Regards On Wed, Nov 16, 2022, 6:00 PM Sebastian Jung wrote: > Hello Lakshyaraj, > > I would create a app quiz with model

Re:

2022-09-26 Thread Bhuvnesh Sharma
My whatsapp: 9667006640 On Mon, Sep 26, 2022, 8:30 PM Vishal Raju Narikulam wrote: > My whatsapp +919747711087 > > -- > 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 >

Re: Re:

2022-09-26 Thread Bhuvnesh Sharma
Send the link here so that others can join too. On Mon, Sep 26, 2022, 6:29 PM Makrand wrote: > Any cloud related work ask me > > Get Outlook for Android > -- > *From:* django-users@googlegroups.com on > behalf of Israr Hussain Rao > *Sent:*

Re: Hierarchy for Docker Files / "docker-compose up" issue — Question re: Chapter 2 of Django for Professionals

2022-09-08 Thread Bhuvnesh Sharma
hi Stephanie, Can you post the screenshot of your dockerfile? On Thursday, September 8, 2022 at 10:57:46 PM UTC+5:30 stephanie...@gmail.com wrote: > Hi all, any help would be appreciated: > > *Question:* > >1. In the below screenshot of VSC, are the last six files all in the >right