select widget on forms

2024-08-29 Thread frank dilorenzo
I have a table listing the names of butterflies. I would like to create a user custom form with a select field populated by the list of butterflies. I can't find anything on the web to show me the proper syntax. I would appreciate any help. -- You received this message because you are subsc

Django Static Files Not Loading After EC2 Deployment with Nginx

2024-08-29 Thread Kiran Barai
Hello everyone, 1. I’m having trouble with my Django project after deploying it on an EC2 instance. The issue is that my static files (CSS, JavaScript) are not loading correctly. 2. second issues in URL: - issue with a Django project where the URL generated using the {% url %

Re: Freelance Opportunity : Django Developer for building A Dialer

2024-08-29 Thread kevin kipruto
Hello, is the opportunity still available? On Mon, 29 Jul 2024, 15:49 yaamoussa-solution, wrote: > Je suis interesse > > Le mar. 2 avr. 2024 à 17:20, Abhishek J a > écrit : > >> Dear Developers, >> >> I need to build an android and IOS phone dialer similar to Truecaller. >> >> We are seeking e

Ecommerce Store

2024-08-29 Thread Wajahat Murtaza
Im looking for the source code of an django ecommerce store anyone have? -- 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.co

Re: How to import UGETTEXT_LAZY ON DJANGO 4.0

2024-08-29 Thread joseph Nwani
please I change all my ugetext_lazy to gettext_lazy and am still getting the same error please how can you help me. On Friday 10 December 2021 at 18:46:41 UTC+4 Jason wrote: > > https://docs.djangoproject.com/en/4.0/releases/3.0/#id3 > On Friday, December 10, 2021 at 12:01:03 AM UTC-5 ngal...@gm

Re: select widget on forms

2024-08-29 Thread Eduardo Barbachan
I would recommend you to read articles in the following links (both from Django documentation): https://docs.djangoproject.com/en/5.1/topics/forms/ https://docs.djangoproject.com/en/5.1/topics/forms/ Em qui., 29 de ago. de 2024 às 17:05, frank dilorenzo escreveu: > I have a table listing the nam

Re: select widget on forms

2024-08-29 Thread Eduardo Barbachan
https://docs.djangoproject.com/en/5.1/ref/forms/widgets/ this one is the second.. Em qui., 29 de ago. de 2024 às 17:15, Eduardo Barbachan < eduardobarbacha...@gmail.com> escreveu: > I would recommend you to read articles in the following links (both from > Django documentation): > https://docs.d

Re: Django Static Files Not Loading After EC2 Deployment with Nginx

2024-08-29 Thread Abdul Qoyyuum Haji Abdul Kadir (Agent Q)
Did you set up your STATIC_ROOT and do collectstatic? How to manage static files (e.g. images, JavaScript, CSS) | Django documentation | Django (djangoproject.com) On Friday 30 August 2024 at 04:06:41 UTC+8 Kiran Barai wrot