Re: How to effectively use PUT and DELETE HTTP methods in Django Class-Based Views?

2024-04-12 Thread Luis Zárate
See https://docs.djangoproject.com/en/5.0/topics/class-based-views/#supporting-other-http-methods Also on view you have a variable called, where you can limit the available methods. http_method_names El vie, 12 abr 2024 a las 7:20, Mamadou Alpha Bah (< mamadoualphabah...@gmail.com>) escribió:

Re: DRF Trailing Slah

2024-04-12 Thread Luis Zárate
Check your URL.py and append the slash, also take a look of https://docs.djangoproject.com/en/5.0/ref/settings/#append-slash El vie, 12 abr 2024 a las 15:40, MISHEL HANNA () escribió: > Hello > i have endpoint when add / to the end of it i can not send request it > return this > Not Found:

DRF Trailing Slah

2024-04-12 Thread MISHEL HANNA
Hello i have endpoint when add / to the end of it i can not send request it return this Not Found: /api/v1/properties/user/ [12/Apr/2024 20:19:03] "GET /api/v1/properties/user/ HTTP/1.1" 404 23 but when remove / from the end of it return success [12/Apr/2024 20:19:09] "GET

How to effectively use PUT and DELETE HTTP methods in Django Class-Based Views?

2024-04-12 Thread Mamadou Alpha Bah
I'm setting up a CRUD system with Django, using Class-Based Views. Currently I'm trying to figure out how to handle HTTP PUT and DELETE requests in my application. Despite searching the Django documentation extensively, I'm having trouble

Is the collect static of ManifestStaticFilesStorage buggy?

2024-04-12 Thread run_the_race
Hi All, When collecting the *wc-take-message.min.js* file, it fails to find the file *x-field.min.css* that is in the correct place. This is my manifest storage that enables hashing JS modules imports: *from django.contrib.staticfiles.storage import ManifestStaticFilesStorage,class

Re: Help on Creating a Superuser account on render.

2024-04-11 Thread ALINDA Fortunate
Thanks so much for your assistance indeed the issue was I had failed to visualise my data on railway since I am using an external database. A friend helped understand that and now I am able to access my admin panel. Thanks everyone. On Wed, 10 Apr 2024, 19:59 Luis Zárate, wrote: > Maybe

Re: Freelance Opportunity : Django Developer for building A Dialer

2024-04-11 Thread Clinton Paul
hello is the position still available? On Tue, Apr 2, 2024 at 8:19 PM Abhishek J wrote: > Dear Developers, > > I need to build an android and IOS phone dialer similar to Truecaller. > > We are seeking experienced and dedicated candidates who are proficient in > Django and possess a keen

Re: Help on Creating a Superuser account on render.

2024-04-10 Thread Luis Zárate
Maybe something like python manage.py shell -c "from django.contrib.auth.hashers import make_password;from django.contrib.auth.models import User; admin = User(username='username', email='exam...@example.com', password=make_password('password'), is_superuser=True,is_staff=True);admin.save()"

Email verification in Django + Djoser

2024-04-10 Thread Okkert Joubert
I have a register page in my django app and I am using djoser for the end point to create and users etc, when I register with an email ending in .com (e.g. gmail.com) it works but when I enter an email ending with .co.za it does not work -- You received this message because you are subscribed

Re: Challenge hosting a django project on render

2024-04-07 Thread manohar chundru
can On Thu, 4 Apr 2024, 9:12 pm ALINDA Fortunate, wrote: > Hello team I am finding challenges in hosting my project on render it > shows the webservice is live and it brings this error any help > > Error during template rendering > > In template /opt/render/project/src/templates/home.html,

Re: Help on Creating a Superuser account on render.

2024-04-07 Thread ALINDA Fortunate
It's my external database is postgres on railway. Let me try your opinion and I see. On Sat, 6 Apr 2024, 20:33 Aniket Raj Singh, wrote: > So you have used render to host your application, you might have connected > an external database (postgreSQL or any other) you might have used the >

Re: Help on Creating a Superuser account on render.

2024-04-06 Thread Aniket Raj Singh
So you have used render to host your application, you might have connected an external database (postgreSQL or any other) you might have used the environment setup to set the database up with the postgreSQL hosted either on render itself or on a different server, just connect the database with

Help on Creating a Superuser account on render.

2024-04-06 Thread ALINDA Fortunate
Hello I have successfully a django project on render but i have failed to access the admin panel Any idea on how to create a superuser account on a free tier of render Below is my build.sh file #!/usr/bin/env bash # Exit on error set -o errexit # Modify this line as needed for your package

Re: Challenge hosting a django project on render

2024-04-05 Thread ALINDA Fortunate
Thanks so much everyone it was rectified indeed the issue was with migrations. On Fri, 5 Apr 2024, 15:58 Franky Bonanno, wrote: > Makemigrations then migrate > > Il ven 5 apr 2024, 10:24 Luciano Martins (luxu) ha > scritto: > >> Did you run the migrations? >> >> Em quinta-feira, 4 de abril de

Re: Challenge hosting a django project on render

2024-04-05 Thread Franky Bonanno
Makemigrations then migrate Il ven 5 apr 2024, 10:24 Luciano Martins (luxu) ha scritto: > Did you run the migrations? > > Em quinta-feira, 4 de abril de 2024 às 12:43:02 UTC-3, ALINDA Fortunate > escreveu: > >> Hello team I am finding challenges in hosting my project on render it >> shows the

Re: Finding a job

2024-04-05 Thread Pearson Tech
I'm sorry to inform you but I'm not recruiting, I don't have open projects and I'm not looking for developers, even so I appreciate it. On Wed, Apr 3, 2024 at 12:38 PM Ganilson Garcia wrote: > Dear recruiters! > > I hope this message finds you well. I am reaching out to express my > interest in

Re: Django Developer with Prior Experience developing a dialer required

2024-04-05 Thread Abdulrahman Abbas
Hi I'm very much interested to contribute to this project below is my CV On Wed, Apr 3, 2024, 14:11 Abhishek J wrote: > Dear Developers, > > I need to build an android and IOS phone dialer similar to Truecaller. > > We are seeking experienced and dedicated candidates who are proficient in >

Re: Challenge hosting a django project on render

2024-04-05 Thread Luciano Martins (luxu)
Did you run the migrations? Em quinta-feira, 4 de abril de 2024 às 12:43:02 UTC-3, ALINDA Fortunate escreveu: > Hello team I am finding challenges in hosting my project on render it > shows the webservice is live and it brings this error any help > > Error during template rendering > > In

Challenge hosting a django project on render

2024-04-04 Thread ALINDA Fortunate
Hello team I am finding challenges in hosting my project on render it shows the webservice is live and it brings this error any help Error during template rendering In template /opt/render/project/src/templates/home.html, error at line *9* relation "pages_landingpage" does not exist LINE 1:

Finding a job

2024-04-03 Thread Ganilson Garcia
Dear recruiters! I hope this message finds you well. I am reaching out to express my interest in job opportunities in the Fullstack development field, particularly those that may align with my experience in Python, ExpressJs, and Django Rest Framework. With over 20 years of age and

Django bugfix release issued: 5.0.4

2024-04-03 Thread Natalia Bidart
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2024/apr/03/bugfix-release/ -- 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: Freelance Opportunity : Django Developer for building A Dialer

2024-04-03 Thread SAHIL
hi there, i am interested in this position. here is my github link https://github.com/immodded On Tue, 2 Apr 2024, 10:49 pm Abhishek J, wrote: > Dear Developers, > > I need to build an android and IOS phone dialer similar to Truecaller. > > We are seeking experienced and dedicated candidates

Django Developer with Prior Experience developing a dialer required

2024-04-03 Thread Abhishek J
Dear Developers, I need to build an android and IOS phone dialer similar to Truecaller. We are seeking experienced and dedicated candidates who are proficient in Django and possess a keen interest in contributing to this impactful initiative. We look forward to the opportunity to collaborate

Re: Freelance Opportunity : Django Developer for building A Dialer

2024-04-03 Thread Ahmed Shrief
I am interested in this position On Tue, Apr 2, 2024, 7:20 PM Abhishek J wrote: > Dear Developers, > > I need to build an android and IOS phone dialer similar to Truecaller. > > We are seeking experienced and dedicated candidates who are proficient in > Django and possess a keen interest in

Re: ANYONE CAN HELP ME

2024-04-03 Thread Miroslav Milic
Hi, Here is the link to the Django docs where it is explained how to handle multiple file uploads with FileInput. Try to use the example from the docs as a starting point. https://docs.djangoproject.com/en/5.0/topics/http/file-uploads/#uploading-multiple-files Best regards, -- Miroslav Milic

Re: Freelance Opportunity : Django Developer for building A Dialer

2024-04-02 Thread Michael Onuekwusi
I'll be interested..django developer here On Tue, Apr 2, 2024, 6:19 PM Abhishek J wrote: > Dear Developers, > > I need to build an android and IOS phone dialer similar to Truecaller. > > We are seeking experienced and dedicated candidates who are proficient in > Django and possess a keen

Re: Freelance Opportunity : Django Developer for building A Dialer

2024-04-02 Thread OSP PRO
I do build mobile apps with flutter and react native. And for python. I use flask On Tue, Apr 2, 2024, 9:03 PM gethsun misesi wrote: > Hey Abhishek, > > Thank you for reaching out and considering me for this exciting > opportunity to work on the development of an Android and iOS phone dialer >

Re: Freelance Opportunity : Django Developer for building A Dialer

2024-04-02 Thread gethsun misesi
Hey Abhishek, Thank you for reaching out and considering me for this exciting opportunity to work on the development of an Android and iOS phone dialer app similar to Truecaller. I am a dedicated and experienced Django developer with a strong passion for creating innovative solutions,

Freelance Opportunity : Django Developer for building A Dialer

2024-04-02 Thread Abhishek J
Dear Developers, I need to build an android and IOS phone dialer similar to Truecaller. We are seeking experienced and dedicated candidates who are proficient in Django and possess a keen interest in contributing to this impactful initiative. We look forward to the opportunity to collaborate

ANYONE CAN HELP ME

2024-04-02 Thread arts maxwell Anderson
hello i have this error , i want to uppload multiple django image ValueError: FileInput doesn't support uploading multiple files. any one can help me class FormImages(ModelForm): multiple_image= forms.ImageField(widget=forms.FileInput(attrs= { 'multiple': True})) class Meta:

Re: Form data issue

2024-04-02 Thread Agar Joshua
explain this with more context and snippets of code On Mon, Apr 1, 2024 at 4:04 PM Moises Anibal wrote: > I can't for the life of me get my form data to pass from one view to > another. I need help > > -- > You received this message because you are subscribed to the Google Groups > "Django

Re: Freelance Opportunity: Django Developer for School Management System Project

2024-04-02 Thread Bradie Poa
I doubt if this is a scam, I have seen this for almost months now and the owner doesn't text back. So please, be careful, this guy might be just jumping the rope . On Mon, Apr 1, 2024, 16:04 Bethuel Thipe-Moukangwe wrote: > Please receive my qualifications below. > I am fully interested. > > On

Re: Freelance Opportunity: Django Developer for School Management System Project

2024-04-01 Thread yaamoussa-solution
I am interesting Le lun. 1 avr. 2024 à 13:04, Bethuel Thipe-Moukangwe a écrit : > Please receive my qualifications below. > I am fully interested. > > On Mon, Apr 1, 2024 at 7:13 AM Amen Guda wrote: > >> i am working on this kind of project currently let me work with you >> >> On Wed, Mar 27,

Form data issue

2024-04-01 Thread Moises Anibal
I can't for the life of me get my form data to pass from one view to another. I need help -- 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

Any streams of people contributing to Django?

2024-04-01 Thread Bar Akiva
Despite spending plenty of time using tools like Django or Vue to develop apps, I have very little clue on how to develop the tools themselves, despite patiently going through the /contributing docs section. Anyone has a video of them (or other people) developing so I could get some context?

Re: Freelance Opportunity: Django Developer for School Management System Project

2024-03-31 Thread Amen Guda
i am working on this kind of project currently let me work with you On Wed, Mar 27, 2024 at 7:58 PM Ravindra Magar wrote: > Dear Developers, > > I hope this message finds you well. My name is Ravindra, representing > Gosiddhi Infotech. Currently, we have an exciting freelance opportunity >

Re: Freelance Opportunity: Django Developer for School Management System Project

2024-03-30 Thread jMrL
Thank you for considering me for this exciting opportunity! I am thrilled to express my interest in contributing to this impactful initiative. My experience aligns closely with the requirements you mentioned, and I am eager to bring my skills to the table. In addition to my proficiency in

Re: Freelance Opportunity: Django Developer for School Management System Project

2024-03-30 Thread Benjamin Nwoke
I humbly wish to inform you that i am readily available. Thanks for your considerations On Fri, Mar 29, 2024 at 1:55 AM Runkang Chen wrote: > I hope this message finds you well. I came across your "School Management > System Project" with Django and I'm genuinely interested in contributing to

Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-30 Thread jMrL
Add me Please ! +12762290226 On Monday, March 25, 2024 at 9:00:51 AM UTC-4 oduwole samuel wrote: > Add me up please > 07083861162 > > On Fri, Mar 22, 2024, 2:16 PM Ganilson Garcia > wrote: > >> Hello! >> >> I hope this message finds you well. I am reaching out to express my >> interest in

Re: Freelance Opportunity: Django Developer for School Management System Project

2024-03-28 Thread Runkang Chen
I hope this message finds you well. I came across your "School Management System Project" with Django and I'm genuinely interested in contributing to its development. I have a strong passion for this area and believe I can bring valuable skills and insights to your project. I want to emphasize

Re: Creating my first test case, failing.

2024-03-27 Thread Muhammad Juwaini Abdul Rahman
Obviously. You need to know how your routers generate the URL endpoint. After reading DRF, my best guess would be either 'courses-list' or 'course-list'. On Tuesday 26 March 2024 at 19:33:07 UTC+8 Filbert wrote: > *sigh* same error: > django.urls.exceptions.NoReverseMatch: Reverse for*

Freelance Opportunity: Django Developer for School Management System Project

2024-03-27 Thread Ravindra Magar
Dear Developers, I hope this message finds you well. My name is Ravindra, representing Gosiddhi Infotech. Currently, we have an exciting freelance opportunity available for a Django developer to collaborate on a significant project involving the creation of a comprehensive school management

Re: Creating my first test case, failing.

2024-03-26 Thread Bayodele Oguntomiloye
Check your url. This error usually show up when there's no url with the name provided for the reverse function On Tue, Mar 26, 2024, 11:55 AM Filbert wrote: > Consider this what seems to be a simple Django/DRF API which works: > > class CourseViewSet(viewsets.ModelViewSet): > queryset =

Re: E-comm live project

2024-03-26 Thread COMPUTER PROGRAMMING AND DEVELOPMENT
I am interested. Please add me as well to the WhatsApp group - +0201223407877 On Mon, Mar 18, 2024 at 7:26 PM 1001_prabhjot Singh < prabhjotbal...@gmail.com> wrote: > so i am working on a full stack e-comm website and this project is really > very big for me because it's a live project am using

Re: E-comm live project

2024-03-26 Thread Michael Onuekwusi
8072094026 whatsapp On Mon, Mar 18, 2024, 6:26 PM 1001_prabhjot Singh wrote: > so i am working on a full stack e-comm website and this project is really > very big for me because it's a live project am using django for backend > interested one's can send there number for WhatsApp group > > -- >

Re: E-comm live project

2024-03-26 Thread Aalam Kazi
I am interested add me also +91 9160554107 On Tue, Mar 26, 2024, 3:54 PM RANGA BHARATH JINKA wrote: > I am interested. Please add me as well to the whatsapp group > - +919110334114 > > On Tue, Mar 26, 2024 at 3:36 PM Sujata Aghor > wrote: > >> I am interested. >> I have experience in Python

Re: Creating my first test case, failing.

2024-03-26 Thread Gajanan Kathar
Use "basename" parameter while registering router. router.register(r'courses', CourseViewSet, basename="courses") And then reverse using this basename and operation like "courses-list". On Tue, 26 Mar, 2024, 17:03 Filbert, wrote: > *sigh* same error: > django.urls.exceptions.NoReverseMatch:

Re: Creating my first test case, failing.

2024-03-26 Thread Filbert
*sigh* same error: django.urls.exceptions.NoReverseMatch: Reverse for* 'courses-create' *not found. 'courses-create' is not a valid view function or pattern name. On Tuesday, March 26, 2024 at 7:28:45 AM UTC-4 Muhammad Juwaini Abdul Rahman wrote: > It's not reverse('courses') alone. Probably

Re: Creating my first test case, failing.

2024-03-26 Thread Muhammad Juwaini Abdul Rahman
It's not reverse('courses') alone. Probably reverse('courses-create') or something like that. On Tue, 26 Mar 2024 at 18:55, Filbert wrote: > Consider this what seems to be a simple Django/DRF API which works: > > class CourseViewSet(viewsets.ModelViewSet): > queryset = Course.objects.all() >

Creating my first test case, failing.

2024-03-26 Thread Filbert
Consider this what seems to be a simple Django/DRF API which works: class CourseViewSet(viewsets.ModelViewSet): queryset = Course.objects.all() serializer_class = CourseSerializer router = DefaultRouter() router.register(r'courses', CourseViewSet) urlpatterns = [ path('',

Re: E-comm live project

2024-03-26 Thread RANGA BHARATH JINKA
I am interested. Please add me as well to the whatsapp group - +919110334114 On Tue, Mar 26, 2024 at 3:36 PM Sujata Aghor wrote: > I am interested. > I have experience in Python Django for 10+ years > > On Mon, Mar 25, 2024 at 6:30 PM oduwole samuel > wrote: > >> I'm interested 07083861162 >>

Re: E-comm live project

2024-03-26 Thread Sujata Aghor
I am interested. I have experience in Python Django for 10+ years On Mon, Mar 25, 2024 at 6:30 PM oduwole samuel wrote: > I'm interested 07083861162 > > On Fri, Mar 22, 2024, 2:16 PM Md. Amjad Hosen > wrote: > >> Hi, I’m interested. Whatsapp number is +8801751023426 >> >> On Friday, March 22,

Re: E-comm live project

2024-03-25 Thread oduwole samuel
I'm interested 07083861162 On Fri, Mar 22, 2024, 2:16 PM Md. Amjad Hosen wrote: > Hi, I’m interested. Whatsapp number is +8801751023426 > > On Friday, March 22, 2024 at 9:56:22 AM UTC+6 Collins Emmanuel wrote: > >> Hi, I’m interested. Whatsapp number is +254714411940 >> <+254%20714%20411940> >>

Re: Join Africa’s Largest Community of Tech Developers Created By Seelicon Tech Academy

2024-03-25 Thread oduwole samuel
07083861162 On Tue, Mar 12, 2024, 4:27 PM Space1 Technology wrote: > Hello there, > > Am Kaka Olawale, K.O from Nigeria. Being a tech developer for almost a > decade, I saw the huge potentials of talents pen in Africa. And based on my > ever growing capacity to make a change, I decided to

Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-25 Thread oduwole samuel
Add me up please 07083861162 On Fri, Mar 22, 2024, 2:16 PM Ganilson Garcia wrote: > Hello! > > I hope this message finds you well. I am reaching out to express my > interest in contributing to the growth and success of your company as a > Python Django Backend Developer. > > While I understand

Re: Does migrate --fake updates django_migrations?

2024-03-23 Thread Mike Dewhirst
On 23/03/2024 12:39 am, Jean-Baptiste Pressac wrote: Hello, The doc says about migrate --fake: /Marks the migrations up to the target one (following the rules above) as applied, but without actually running the SQL to change your database schema. / But what is the operations behind this

Does migrate --fake updates django_migrations?

2024-03-22 Thread Jean-Baptiste Pressac
Hello, The doc says about migrate --fake: *Marks the migrations up to the target one (following the rules above) as applied, but without actually running the SQL to change your database schema. * But what is the operations behind this "marks"? Modifications to the django_migrations database

Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-22 Thread Ganilson Garcia
Hello! I hope this message finds you well. I am reaching out to express my interest in contributing to the growth and success of your company as a Python Django Backend Developer. While I understand that there is currently no advertised vacancy, I sincerely would like to discuss the possibility

Re: E-comm live project

2024-03-22 Thread Md. Amjad Hosen
Hi, I’m interested. Whatsapp number is +8801751023426 On Friday, March 22, 2024 at 9:56:22 AM UTC+6 Collins Emmanuel wrote: > Hi, I’m interested. Whatsapp number is +254714411940 <+254%20714%20411940> > > On Thu 21. Mar 2024 at 22:48, Emmanuel I. Ike > wrote: > >> +2348139457804

Re: E-comm live project

2024-03-21 Thread Collins Emmanuel
Hi, I’m interested. Whatsapp number is +254714411940 On Thu 21. Mar 2024 at 22:48, Emmanuel I. Ike wrote: > +2348139457804 > > Sent from Yahoo Mail on Android >

Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-21 Thread Zaid Ullah
Interested: +923328516774 (WhatsApp) On Fri, Mar 22, 2024, 12:48 AM Runkang Chen (SySRunkang) < help.informatic...@gmail.com> wrote: > I want to join and help you. > > Discord ID: 1178027602930323539 > > On Saturday, March 2, 2024 at 4:59:13 PM UTC+1 SOLTAN NOURELDIEN wrote: > >> >> Hello, I am

Re: E-comm live project

2024-03-21 Thread Emmanuel I. Ike
+2348139457804 Sent from Yahoo Mail on Android On Tue, 19 Mar 2024 at 16:59, MANAS DEWARI<1mv20cs...@sirmvit.edu> wrote: Whastapp Number 9927882702 On Tue, Mar 19, 2024 at 9:00 PM Chisom Iheanacho wrote: Hi I am very interested and this is my WhatsApp number +2347041155897 On Mon, Mar

Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-21 Thread Runkang Chen (SySRunkang)
I want to join and help you. Discord ID: 1178027602930323539 On Saturday, March 2, 2024 at 4:59:13 PM UTC+1 SOLTAN NOURELDIEN wrote: > > Hello, I am currently working on my Django Project for a specific course > at my university. I have already finished reading "Django for Beginners" by >

Re: How to format datetime stamp in JS like it is doing by the date template tag?

2024-03-21 Thread the.one.abo...@gmail.com
Hello, thanks for your reply! The DATETIME_FORMAT setting of Django uses format strings that are incompatible with JS. E.g the default DATETIME_FORMAT value in Django is 'N j, Y'. You can check the allowed format strings in Django documentation

Re: How to format datetime stamp in JS like it is doing by the date template tag?

2024-03-21 Thread Matthias Yeni
To format the timestamp in JavaScript according to the format defined by Django, you can use Django settings to determine the format and adapt it in JavaScript. Here's how you can do it: Retrieve the date and time format defined by Django in your JavaScript file using a Django template

Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-21 Thread Kaustubh Chandrabhan
Hello, Consider developing the app on Zelthy (https://github.com/Healthlane-Technologies/zelthy3). Its a framework implemented on top of Django that makes development of CRUD and workflows based apps much faster. You can expect to cut down the development timelines by upto 70% for your

Re: Agricultural and livestock marketplace plus social network as a whole

2024-03-21 Thread Vijaya lakshmi
I am interested in your project and would like to be a part of it.Please add my number 8123839384 On Sat, 16 Mar 2024, 7:55 pm 1001_prabhjot Singh, wrote: > am, working on a live startup project in django interested one can dm for > more details 9877199920 > > > On Sat, 16 Mar 2024 at 10:05,

Re: E-comm live project

2024-03-21 Thread Deepak kumar
I am interested of django project or any type of project please contact me +91-7054633323 On Thu, 21 Mar, 2024, 7:07 pm Deepak kumar, wrote: > I am also interested django project > > On Thu, 21 Mar, 2024, 7:03 pm Vijaya lakshmi, > wrote: > >> HeyI'm interested in django projects.. please

Re: E-comm live project

2024-03-21 Thread Deepak kumar
I am also interested django project On Thu, 21 Mar, 2024, 7:03 pm Vijaya lakshmi, wrote: > HeyI'm interested in django projects.. please add my number 8123839384 > >> >> -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe

Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-21 Thread Vijaya lakshmi
I have done django projects for few companies and I'm interested so please add my number 8123839384 On Mon, 18 Mar 2024, 10:56 pm 1001_prabhjot Singh, wrote: > am also interested in this project 9877199920 > > On Mon, 18 Mar 2024 at 20:33, Auwalu Muhammad Izziddin < >

Re: Weird issue with a form

2024-03-21 Thread Ahmed-developer
i can help you with this. last time I face this issue as well. On Tuesday, March 19, 2024 at 9:53:22 PM UTC-7 Simon Connah wrote: > I've been scratching my head over this one. > > I have a user registration form but when I submit data on it and it always > returns a 404 (it wants to go to the

Re: E-comm live project

2024-03-21 Thread Vijaya lakshmi
HeyI'm interested in django projects.. please add my number 8123839384 > > -- 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

Re: Interest in joining Django group

2024-03-21 Thread Ahmed-developer
welcome here. lets learn more about django. :) On Wednesday, February 21, 2024 at 12:05:52 PM UTC-8 Ambaig Baig wrote: > I am a student of Computer engineer at his last semester and have made > some Django projects before and this group will help me to be more better . > This will give me a

How to format datetime stamp in JS like it is done by the date template tag?

2024-03-21 Thread the.one.abo...@gmail.com
Hello everyone, I am customizing Django admin by adding a datetime stamp to the page using JavaScript. I want to format the datetime stamp according to the format set by Django. It is possible to get the DATETIME_FORMAT using the get_format() method in JS which is "'j M Y, P'". But, this

How to format datetime stamp in JS like it is doing by the date template tag?

2024-03-21 Thread the.one.abo...@gmail.com
Hello, I have customizing Django admin by adding a datetime stamp to the page using JavaScript. I want to format the datetime stamp according to the format set by Django. It is possible to get the DATETIME_FORMAT using the get_format() method in JS. But, this format is not supported by the

Re: E-comm live project

2024-03-20 Thread Abwao David
add +254719582987 Kind regards David Abwao On Wed, Mar 20, 2024 at 6:54 AM Amar tutorial wrote: > 6386805378 > > On Wed, 20 Mar 2024, 8:58 am André Lewis, wrote: > >> Ooh ooh. Add me too 18763198281 >> >> On Mon, 18 Mar 2024, 12:26 pm 1001_prabhjot Singh, < >> prabhjotbal...@gmail.com>

Re: E-comm live project

2024-03-20 Thread Nelson Ogiator
Hello, Please add me +234 803 382 2141. Thank you. Best regards Nelson On Mon, 18 Mar 2024, 18:26 1001_prabhjot Singh, wrote: > so i am working on a full stack e-comm website and this project is really > very big for me because it's a live project am using django for backend > interested

Re: E-comm live project

2024-03-20 Thread Ahmed Saboor
923082834021 On Wed, 20 Mar 2024, 2:04 am Asimwe Rusemez, wrote: > WhatsApp +243821475598 > > On Mon, Mar 18, 2024, 7:26 PM 1001_prabhjot Singh < > prabhjotbal...@gmail.com> wrote: > >> so i am working on a full stack e-comm website and this project is really >> very big for me because it's a

Weird issue with a form

2024-03-19 Thread 'Simon Connah' via Django users
I've been scratching my head over this one. I have a user registration form but when I submit data on it and it always returns a 404 (it wants to go to the /users/accounts/ URL) but there are no URLs there. It initially went to /user/ but I created the view it was looking for but it just then

Re: E-comm live project

2024-03-19 Thread Amar tutorial
6386805378 On Wed, 20 Mar 2024, 8:58 am André Lewis, wrote: > Ooh ooh. Add me too 18763198281 > > On Mon, 18 Mar 2024, 12:26 pm 1001_prabhjot Singh, < > prabhjotbal...@gmail.com> wrote: > >> so i am working on a full stack e-comm website and this project is really >> very big for me because

Re: E-comm live project

2024-03-19 Thread André Lewis
Ooh ooh. Add me too 18763198281 On Mon, 18 Mar 2024, 12:26 pm 1001_prabhjot Singh, wrote: > so i am working on a full stack e-comm website and this project is really > very big for me because it's a live project am using django for backend > interested one's can send there number for WhatsApp

Passionate Django Full Stack developers from Colorado, USA

2024-03-19 Thread ram.mu...@gmail.com
Dear Passionate developers, I would like to connect with expert developers who live in Colorado, USA. Please message me if you are interested? Best Regards, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: E-comm live project

2024-03-19 Thread Asimwe Rusemez
WhatsApp +243821475598 On Mon, Mar 18, 2024, 7:26 PM 1001_prabhjot Singh wrote: > so i am working on a full stack e-comm website and this project is really > very big for me because it's a live project am using django for backend > interested one's can send there number for WhatsApp group > >

[no subject]

2024-03-19 Thread Light Ofor
add me 09136040153 -- 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

Re: E-comm live project

2024-03-19 Thread MANAS DEWARI
Whastapp Number 9927882702 On Tue, Mar 19, 2024 at 9:00 PM Chisom Iheanacho wrote: > Hi I am very interested and this is my WhatsApp number +2347041155897 > > On Mon, Mar 18, 2024, 7:45 PM Andrea Latorre > wrote: > >> I'm in 3889249512 >> >> >> Il lun 18 mar 2024, 18:26 1001_prabhjot Singh >>

Re: Registration form in template

2024-03-19 Thread Clive Bruton
If you want to override what the form is showing, then you can build your own template and only include the elements that you wish to show. Rather than use: {{ form }} use: {{ form.field_name }} or break it down further, like: {{ form.field_name.html_name }} etc

Re: E-comm live project

2024-03-19 Thread Chisom Iheanacho
Hi I am very interested and this is my WhatsApp number +2347041155897 On Mon, Mar 18, 2024, 7:45 PM Andrea Latorre wrote: > I'm in 3889249512 > > > Il lun 18 mar 2024, 18:26 1001_prabhjot Singh > ha scritto: > >> so i am working on a full stack e-comm website and this project is really >> very

Re: E-comm live project

2024-03-19 Thread Foromo Lamah
WhatsApp +224625396417 -- 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

Re: E-comm live project

2024-03-19 Thread Patient makanga
Interested but what is the project is about? Can you send me more details please? On Tue, Mar 19, 2024, 5:11 PM MAHESH KUMAR wrote: > 9398730689 please add this number > > On Tue, 19 Mar, 2024, 8:39 pm YAYA KONE, wrote: > >> Give me your github accounts project >> >> Le mar. 19 mars 2024,

Re: E-comm live project

2024-03-19 Thread Vijayalaxmi M Chatter
I have just started up. Really interested in the project. Haven’t had the opportunity to put in much projects on GitHub. Anyways my account: vijayalaxmic94 On Tue, 19 Mar 2024 at 8:40 PM, YAYA KONE wrote: > Give me your github accounts project > > Le mar. 19 mars 2024, 15:08, Vijayalaxmi M

Re: E-comm live project

2024-03-19 Thread MAHESH KUMAR
9398730689 please add this number On Tue, 19 Mar, 2024, 8:39 pm YAYA KONE, wrote: > Give me your github accounts project > > Le mar. 19 mars 2024, 15:08, Vijayalaxmi M Chatter < > vijayalaxmi...@gmail.com> a écrit : > >> Hi, >> I am Vijayalaxmi. My WhatsApp no. 9901806271 >> >> On Mon, 18 Mar

Re: E-comm live project

2024-03-19 Thread YAYA KONE
Give me your github accounts project Le mar. 19 mars 2024, 15:08, Vijayalaxmi M Chatter a écrit : > Hi, > I am Vijayalaxmi. My WhatsApp no. 9901806271 > > On Mon, 18 Mar 2024 at 10:56 PM, 1001_prabhjot Singh < > prabhjotbal...@gmail.com> wrote: > >> so i am working on a full stack e-comm

Re: E-comm live project

2024-03-19 Thread Vijayalaxmi M Chatter
Hi, I am Vijayalaxmi. My WhatsApp no. 9901806271 On Mon, 18 Mar 2024 at 10:56 PM, 1001_prabhjot Singh < prabhjotbal...@gmail.com> wrote: > so i am working on a full stack e-comm website and this project is really > very big for me because it's a live project am using django for backend >

Re: E-comm live project

2024-03-19 Thread Balaji Murugan
HI Prabhjot, Kindly and me , WhatsApp Number: +91 9489571034 Thanks & regards, Balaji. On Monday, March 18, 2024 at 10:56:50 PM UTC+5:30 1001_prabhjot Singh wrote: > so i am working on a full stack e-comm website and this project is really > very big for me because it's a live project am using

Re: E-comm live project

2024-03-19 Thread Mamoud Diallo
You can add me 00225 0758504822 Le mar. 19 mars 2024, 06:07, Dawda Borje Kujabi a écrit : > +2207675336 > > > Original message > From: 1001_prabhjot Singh > Date: Mon, 18 Mar 2024, 5:15 pm > To: Django users > Subject: E-comm live project > > so i am working on a full stack

Re: E-comm live project

2024-03-19 Thread Bethuel Thipe-Moukangwe
I love e-commerce website please add me on WhatsApp Bethuel 071 415 6665 On Mon, 18 Mar 2024 at 20:45, Andrea Latorre wrote: > I'm in 3889249512 > > > Il lun 18 mar 2024, 18:26 1001_prabhjot Singh > ha scritto: > >> so i am working on a full stack e-comm website and this project is really >>

Re: E-comm live project

2024-03-19 Thread COMPUTER PROGRAMMING AND DEVELOPMENT
I'm interested Whatsapp +2 01223407877 Please add me On Mon, Mar 18, 2024 at 7:26 PM 1001_prabhjot Singh < prabhjotbal...@gmail.com> wrote: > so i am working on a full stack e-comm website and this project is really > very big for me because it's a live project am using django for backend >

Re: E-comm live project

2024-03-19 Thread Swaroop 17
What's app +917842702769 Please add me On Mon, 18 Mar, 2024, 22:56 1001_prabhjot Singh, wrote: > so i am working on a full stack e-comm website and this project is really > very big for me because it's a live project am using django for backend > interested one's can send there number for

RE: E-comm live project

2024-03-19 Thread Roy Matheri
I’m interested please add me my WhatsApp number is +254759355344 Sent from Mail for Windows From: 1001_prabhjot SinghSent: Monday, March 18, 2024 8:26 PMTo: Django usersSubject: E-comm live project so i am working on a full stack e-comm website and this project is really very big for me because

Re:E-comm live project

2024-03-19 Thread Dawda Borje Kujabi
+2207675336 Original message From: 1001_prabhjot Singh Date: Mon, 18 Mar 2024, 5:15 pmTo: Django users Subject: E-comm live projectso i am working on a full stack e-comm website and this project is really very big for me because it's a live project am using django for backend

<    1   2   3   4   5   6   7   8   9   10   >