Re: Hello World!

2023-10-14 Thread Sebastian Jung
Write raise Exception ("New Error") im your views.py Then you have a exception oduwole samuel schrieb am Sa., 14. Okt. 2023, 15:12: > How can I become an execpt in Django > > > On Sat, Oct 14, 2023, 2:05 PM Adesewa Lola > wrote: > >> i have an issues with my django site >> >> All i want to do

Re: Hello World!

2023-10-14 Thread oduwole samuel
How can I become an execpt in Django On Sat, Oct 14, 2023, 2:05 PM Adesewa Lola wrote: > i have an issues with my django site > > All i want to do is to add a mail so whenever the user click the sign up > button the user should receive a mail like thanks for signing up > > but mine is not

Re: Hello World!

2023-10-14 Thread Adesewa Lola
i have an issues with my django site All i want to do is to add a mail so whenever the user click the sign up button the user should receive a mail like thanks for signing up but mine is not working On Fri, Oct 13, 2023 at 3:14 PM Mithilesh Rawani wrote: > 404 screenshot share this group > >

Re: Hello World!

2023-10-13 Thread Mithilesh Rawani
404 screenshot share this group On Fri, 13 Oct 2023, 7:26 pm Onjomba Felix, wrote: > > Look at how you configure your static files and also the deburg mode of > your system > > Settings.py > > DEBUG = True > STATIC_URL = '/static/' > STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")] > >

Re: Hello World!

2023-10-13 Thread Onjomba Felix
Look at how you configure your static files and also the deburg mode of your system Settings.py DEBUG = True STATIC_URL = '/static/' STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")] main urls.py from django.conf import settings from django.conf.urls.static import static urlpatterns = [

Re: Hello World!

2023-10-13 Thread Sathya Narayana Rangappagari
Hey Alvaro, If you're encountering 404 errors for static files in your Django development environment but not in production, start by reviewing your project's settings in settings.py to ensure proper static file configurations. Run the *python manage.py collectstatic* command in your development

Re: Hello World!

2023-10-13 Thread Migui Galan
Hi Alvaro, try to check your STATICFILES_DIR, STATIC_ROOT and STATIC_MEDIA path. maybe they are not pointing to the correct path On Fri, Oct 13, 2023 at 9:14 PM Alvaro Nascimento wrote: > i have an issue with my Django site, > > on loading staticfiles, it does 404 error. > > but in production

Hello World!

2023-10-13 Thread Alvaro Nascimento
i have an issue with my Django site, on loading staticfiles, it does 404 error. but in production everything works fine. -- 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

Re: hello forks.i have in my sitting file :

2023-08-29 Thread Abdoulaye SENE
thanks for the help but i see this : In Django, application names are used as part of the project's import system and as identifiers for various purposes within the project. While it's not a strict requirement for application names to be valid Python package names, it's generally a good practice

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Maxwell Amoako Agyapong
All django apps must be valid package names. etudiantAuth is not a valid package name. PEP 8: http://www.python.org/dev/peps/pep-0008/ enforces that: Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Vishesh Mangla
Just move forward with your code , dint give attention to red squiggly at this stage On Mon, 28 Aug, 2023, 20:08 Vishesh Mangla, wrote: > Edtudiant is French not English > > On Mon, 28 Aug, 2023, 19:45 Abdoulaye SENE, > wrote: > >> i don't understand >> >> >> Le lun. 28 août 2023 à 14:09,

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Vishesh Mangla
Edtudiant is French not English On Mon, 28 Aug, 2023, 19:45 Abdoulaye SENE, wrote: > i don't understand > > > Le lun. 28 août 2023 à 14:09, Vishesh Mangla > a écrit : > >> That's just a linting error, ignore it >> >> On Mon, 28 Aug, 2023, 19:35 Abdoulaye SENE, < >>

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Abdoulaye SENE
i ignore it. but when i continue , i see this [image: Captu.PNG] Le lun. 28 août 2023 à 14:14, Abdoulaye SENE a écrit : > i don't understand > > > Le lun. 28 août 2023 à 14:09, Vishesh Mangla > a écrit : > >> That's just a linting error, ignore it >> >> On Mon, 28 Aug, 2023, 19:35 Abdoulaye

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Abdoulaye SENE
i don't understand Le lun. 28 août 2023 à 14:09, Vishesh Mangla a écrit : > That's just a linting error, ignore it > > On Mon, 28 Aug, 2023, 19:35 Abdoulaye SENE, > wrote: > >> [image: Cap0.PNG] >> but when i make python manage.py migrate, i only see [image: Capt.PNG] >> >> -- >> You received

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Vishesh Mangla
That's just a linting error, ignore it On Mon, 28 Aug, 2023, 19:35 Abdoulaye SENE, wrote: > [image: Cap0.PNG] > but when i make python manage.py migrate, i only see [image: Capt.PNG] > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

hello forks.i have in my sitting file :

2023-08-28 Thread Abdoulaye SENE
[image: Cap0.PNG] but when i make python manage.py migrate, i only see [image: Capt.PNG] -- 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: hello forks, i need help

2023-08-17 Thread ivan harold
https://www.w3schools.com/django/django_admin_include_members.php explore the site maybe what you are ooking for is in there check this one. On Thursday, August 17, 2023 at 11:53:00 AM UTC-5 Abdoulaye SENE wrote: > the problem is i don't see users in admin.i only see groups. do not know >

Re: hello forks, i need help

2023-08-17 Thread Abdoulaye SENE
the problem is i don't see users in admin.i only see groups. do not know why. Le jeu. 17 août 2023 à 16:48, Abdoulaye SENE a écrit : > thanks a lot > > > Le jeu. 17 août 2023 à 16:38, ivan harold a > écrit : > >> https://www.w3schools.com/django/django_admin_create_user.php >> check this one

Re: hello forks, i need help

2023-08-17 Thread Abdoulaye SENE
thanks a lot Le jeu. 17 août 2023 à 16:38, ivan harold a écrit : > https://www.w3schools.com/django/django_admin_create_user.php > check this one out. > > On Thursday, August 17, 2023 at 8:26:29 AM UTC-5 Abdoulaye SENE wrote: > >> i have created a group named adminis. how to create users in

Re: hello forks, i need help

2023-08-17 Thread ivan harold
https://www.w3schools.com/django/django_admin_create_user.php check this one out. On Thursday, August 17, 2023 at 8:26:29 AM UTC-5 Abdoulaye SENE wrote: > i have created a group named adminis. how to create users in the group > using django admin > > -- You received this message because you

hello forks, i need help

2023-08-17 Thread Abdoulaye SENE
i have created a group named adminis. how to create users in the group using django admin -- 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: hello i have made my crud and it works well. but when i add fields in the class. the crud does not work

2023-08-11 Thread Modou Aicha Diop
Try to delete the files that are in the migrations directory of your app and do the migrations again Le jeu. 10 août 2023 à 17:11, Abdoulaye SENE a écrit : > class Administratif(models.Model): > nom = models.CharField(max_length=250) > prenom = models.CharField(max_length=250) >

Re: hello i have made my crud and it works well. but when i add fields in the class. the crud does not work

2023-08-10 Thread 'Kasper Laudrup' via Django users
On 10/08/2023 23.07, Abdoulaye SENE wrote: i have to add fields to my class. because i have other fields.normal this problem has a solution If this problem has a normal solution, have you considered using that solution? I don't understand why you're looking for an abnormal solution if the

Re: hello i have made my crud and it works well. but when i add fields in the class. the crud does not work

2023-08-10 Thread Abdoulaye SENE
i have to add fields to my class. because i have other fields.normal this problem has a solution Le jeu. 10 août 2023 à 19:04, 'Kasper Laudrup' via Django users < django-users@googlegroups.com> a écrit : > On 10/08/2023 19.11, Abdoulaye SENE wrote: > > class Administratif(models.Model): > > nom

Re: hello i have made my crud and it works well. but when i add fields in the class. the crud does not work

2023-08-10 Thread 'Kasper Laudrup' via Django users
On 10/08/2023 19.11, Abdoulaye SENE wrote: class Administratif(models.Model): nom = models.CharField(max_length=250) prenom = models.CharField(max_length=250) email = models.EmailField(max_length=250) tel = models.IntegerField() annEmploi = models.IntegerField(null=True,) def __str__(self):

hello i have made my crud and it works well. but when i add fields in the class. the crud does not work

2023-08-10 Thread Abdoulaye SENE
class Administratif(models.Model): nom = models.CharField(max_length=250) prenom = models.CharField(max_length=250) email = models.EmailField(max_length=250) tel = models.IntegerField() annEmploi = models.IntegerField(null=True,) def __str__(self): return self.nom

Re: Hello everyone,happy to be here.

2023-07-01 Thread 'Kasper Laudrup' via Django users
On 29/06/2023 09.23, Apili Vicky wrote: am failing to get apython path on the cmd interface..what could be wrong Pretty much everything could be wrong, so I suggest you start by fixing that. If that doesn't work, try doing nothing. Sometimes that's the best option in cases like this.

Re: Hello everyone,happy to be here.

2023-07-01 Thread Harshal Bordia
What's the command you are using ? On Fri, 30 Jun 2023, 03:26 Apili Vicky, wrote: > am failing to get apython path on the cmd interface..what could be wrong > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this

Re: Hello everyone,happy to be here.

2023-07-01 Thread Naamara Hannington
Hey Vicky. Kindly share a screenshot and some of the files you are working with? Hannington Naamara Co-Founder, Edoctorug +256 775 719034 www.edoctorug.com https://eu.api.accredible.com/v1/frontend/credential_website_embed_image/certificate/2514865 On Fri, Jun 30, 2023, 12:56 AM Apili Vicky

Hello everyone,happy to be here.

2023-06-29 Thread Apili Vicky
am failing to get apython path on the cmd interface..what could be wrong -- 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: Hello, there was an error registering users!

2023-01-07 Thread 'Kasper Laudrup' via Django users
On 07/01/2023 19.20, Dilmurod Dilmurod wrote: django user activation via gmail gives error! EROR: forbidden You have an error on line 17 of settings.py. It should be: VERY_SECRET_PASSWORD="hunter2" Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the

Hello, there was an error registering users!

2023-01-07 Thread Dilmurod Dilmurod
django user activation via gmail gives error! EROR: forbidden -- 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

Hello

2022-12-17 Thread sere kaba
from .model import (NameModel) admin.site.register(NameModel) or @admin.register(NameModel) -- 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: Hello, why am I getting this error

2022-10-27 Thread Samuel Nzola
Error fixed On Thu, Oct 27, 2022, 14:59 Samuel Nzola wrote: > Thajnkyou, though i cannot fix the error still > > On Thursday, October 27, 2022 at 11:45:38 AM UTC+3 Kasper Laudrup wrote: > >> As the error message clearly states, the path: >> > 6. delete-room// [name='delete-room'] >> >> doesn't

Re: Hello, why am I getting this error

2022-10-27 Thread Samuel Nzola
Thajnkyou, though i cannot fix the error still On Thursday, October 27, 2022 at 11:45:38 AM UTC+3 Kasper Laudrup wrote: > As the error message clearly states, the path: > > 6. delete-room// [name='delete-room'] > > doesn't match: > > > The current path, delete-room/6/>, didn’t match any of

Re: Hello, why am I getting this error

2022-10-27 Thread 'Kasper Laudrup' via Django users
As the error message clearly states, the path: 6. delete-room// [name='delete-room'] doesn't match: The current path, delete-room/6/>, didn’t match any of these. Documentation: https://docs.djangoproject.com/en/4.1/topics/http/urls/ Kind regards, Kasper Laudrup -- You received this

Re: Hello, why am I getting this error

2022-10-27 Thread Samuel Nzola
Please help On Thursday, October 27, 2022 at 4:56:29 AM UTC+3 Samuel Nzola wrote: > Page not found (404) > Request Method: > GET > Request URL: > http://127.0.0.1:8000/delete-room/6/%3E > > Using the URLconf defined in studybud.urls, Django tried these URL > patterns, in this order: > >1.

Hello, why am I getting this error

2022-10-26 Thread Samuel Nzola
Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/delete-room/6/%3E Using the URLconf defined in studybud.urls, Django tried these URL patterns, in this order: 1. admin/ 2. [name='home'] 3. room// [name='room'] 4. create-room/ [name='create-room'] 5.

Re: hello guys I need help

2022-08-30 Thread Rotimi Michael james
my name is engr rotimi michael james , i think i can help you please just make the model one to one relations , that is one user to a page and a page to one user, hope it help. On Mon, Aug 29, 2022 at 3:06 PM ISTEEN ISAC wrote: > I am beginner , how to redirect different types of pages to

Re: hello guys I need help

2022-08-30 Thread Baber Ibrar
Please share your query On Monday, August 29, 2022 at 9:02:05 PM UTC+5 bod...@gmail.com wrote: > please I'm a starter on python and django, i need some to help me with an > online class training. > > Thank > Moses > > On Monday, August 29, 2022 at 3:06:26 PM UTC+1 istee...@gmail.com wrote: >

Re: hello guys I need help

2022-08-30 Thread Joshua Oriakhi
Hello Bode. When you say different types of pages what do you mean? Do you mean you want users to see pages specific to them? For instance, if my name is Joshua, you want me to see a page with my name and if your name is Bode, you want me to see a page with your name. Is this what you mean

Re: hello guys I need help

2022-08-29 Thread bode moses
please I'm a starter on python and django, i need some to help me with an online class training. Thank Moses On Monday, August 29, 2022 at 3:06:26 PM UTC+1 istee...@gmail.com wrote: > I am beginner , how to redirect different types of pages to different > users after login in django >

hello guys I need help

2022-08-29 Thread ISTEEN ISAC
I am beginner , how to redirect different types of pages to different users after login in django ? -- You received this message because you are subscribed to the

Re: hello users

2022-07-27 Thread Lalit Suthar
https://github.com/lalit97/django-developer-resources On Mon, 25 Jul 2022 at 19:04, Aliyu Muazu wrote: > i'm currently new here, any guide up on where to start. > thanks > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe

hello users

2022-07-25 Thread Aliyu Muazu
i'm currently new here, any guide up on where to start. thanks -- 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

hello everyone please can someone help me with my problem is very important please Environment: Request Method: GET Request URL: http://127.0.0.1:8000/user/ Django Version: 4.0.4 Python Version: 3

2022-04-30 Thread ray nkamwa
-- 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: Hello Everyone

2021-09-22 Thread bnmng
I'm not sure but you might be calling a function without the parentheses somewhere. Seems like the function would return an object that has a _meta attribute, but without the parentheses the code is looking at the function itself, and not the object that the function returns On Wednesday,

Hello Everyone

2021-09-15 Thread Lachi Teaching
I'm receiving that error I add the line from .forms import CustomUserCreationForm into my views.py and it's driving me insane. I have no idea how to fix this. Exception in thread django-main-thread: Traceback (most recent call last): File

Re: hello i need a help

2021-07-07 Thread Richard Dushime
thank you but i wanted to send all the 4 fields and the "to" arguments how can i do it? .. its submission form data i tried to loook into the documentation everywhere they used 3 fields only On Mon, Jul 5, 2021 at 10:04 PM sum abiut wrote: > The error message is very clear send_mass_mail only

Re: hello i need a help

2021-07-05 Thread sum abiut
The error message is very clear send_mass_mail only expect 4 values but you are passing in more than four. You should only pass in four values. datatuple = ( ('f_subject', 'f_message','f_email', ['mygm...@gmail.com']), # second person ('f_subject', 'f_message','f_email', ['sec...@gmail.com']) )

hello i need a help

2021-07-05 Thread Richard Dushime
i am getting this error down when trying to submit my form data to email {{ ValueError at /contact too many values to unpack (expected 4) Request Method: POST Request URL: http://localhost:8000/contact Django Version: 3.2.4 Exception Type: ValueError Exception Value: too many values to unpack

Re: hello dear sir i have one dout

2021-04-28 Thread Mohammad Anarul
kindly inbox me. https://www.facebook.com/mohammadanarul24/ On Wed, Apr 28, 2021 at 7:33 PM TOURIST PALACE wrote: > i have one dout how use slug per post i didnot understood > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

hello dear sir i have one dout

2021-04-28 Thread TOURIST PALACE
i have one dout how use slug per post i didnot understood -- 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

Hello mates

2021-03-29 Thread frank galan
Im catching a model in a select, using ajax to request, so Im receiving an error I can,t solve Im get an empty dict, the error is : error: "'str' object has no attribute 'toJSON'". Its occurrs when I try to print the data in console I created a function into the model to convert this in dict,

Re: Hello from a new user

2021-03-17 Thread Mr. X Offencer
You can search on YouTube for django tutorials. Some of which are Django by code with harry - In Hindi Language Django by code with harry - In English Language On Wed, 17 Mar 2021, 20:57 Mahmood Ahmad, wrote: > Hello Ryan, > > You are right. I sound as if I am only looking for

Re: Hello from a new user

2021-03-17 Thread Mahmood Ahmad
Hello Ryan, You are right. I sound as if I am only looking for tutorials. Indeed, I am joining for specific Q's and A's. Regards On Wed, Mar 17, 2021 at 1:41 PM Mahmood wrote: > Hi All, > > I am a new user to Django and am exploring it for Web development using > Python.

Re: Hello from a new user

2021-03-17 Thread Ryan Nowakowski
Hey Mahmood, Welcome! Just curious, why reach out to a mailing list for tutorial recommendations? I find that Google and other web search engines have this covered pretty well. Do you find that you get better results from mailing lists? Do you like the mailing list experience better than web

Hello from a new user

2021-03-17 Thread Mahmood
Hi All, I am a new user to Django and am exploring it for Web development using Python. I am looking for Django tutorials. Please guide me to some tutorials, Regards Mahmood -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: Hello

2021-02-01 Thread Frank Chuka
Hi On Mon, Feb 1, 2021, 7:53 PM sakshi jain wrote: > Hi > > On Mon, Feb 1, 2021, 22:16 Frank Chuka wrote: > >> Hi everyone.Am Frank,from Lagos Nigeria.please is there anyone who is >> from Nigeria? >> >> It's almost impossible to get a Django job here in Nigeria.if you somehow >> find one they

Re: Hello

2021-02-01 Thread sakshi jain
Hi On Mon, Feb 1, 2021, 22:16 Frank Chuka wrote: > Hi everyone.Am Frank,from Lagos Nigeria.please is there anyone who is from > Nigeria? > > It's almost impossible to get a Django job here in Nigeria.if you somehow > find one they will request for a computer science degree(which I don't have >

Re: Hello

2021-02-01 Thread Frank Chuka
Thanks On Mon, Feb 1, 2021, 6:59 PM onasany...@gmail.com wrote: > > > Same here, just keep applying for jobs. > Build your portfolio website, build more projects. > Check out my portfolio website: https://onasanyatunde.codes > WhatsApp: +2349051053101 > On Monday, February 1, 2021 at 6:50:50 PM

Re: Hello

2021-02-01 Thread onasany...@gmail.com
Same here, just keep applying for jobs. Build your portfolio website, build more projects. Check out my portfolio website: https://onasanyatunde.codes WhatsApp: +2349051053101 On Monday, February 1, 2021 at 6:50:50 PM UTC+1 kcal...@gmail.com wrote: > Bro it's crazy... I'm from Abuja Nigeria.

Re: Hello

2021-02-01 Thread Clifford Okorie
Bro it's crazy... I'm from Abuja Nigeria. I'm facing same thing l, though I'm looking for foreign remote jobs... And I have been doing Django for about 4years plus now... Stay strong bro, I understand how you feel On Mon, Feb 1, 2021, 17:46 Frank Chuka wrote: > Hi everyone.Am Frank,from Lagos

Hello

2021-02-01 Thread Frank Chuka
Hi everyone.Am Frank,from Lagos Nigeria.please is there anyone who is from Nigeria? It's almost impossible to get a Django job here in Nigeria.if you somehow find one they will request for a computer science degree(which I don't have one),don't know if you're going through same challenges? I

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-09 Thread Joseph Wayodi
Post your code here, and someone will help you figure out why it does not work like you expect. On Sat, 9 Jan 2021 at 22:07, Chelsea Fan wrote: > > I tried it, it works but it saves last file twice, for example if I upload 2 > file it saves 3 > > On Sat, Jan 9, 2021 at 7:53 PM Joseph Wayodi

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-09 Thread Chelsea Fan
I tried it, it works but it saves last file twice, for example if I upload 2 file it saves 3 On Sat, Jan 9, 2021 at 7:53 PM Joseph Wayodi wrote: > The Django docs show how to do this: > < > https://docs.djangoproject.com/en/3.1/topics/http/file-uploads/#uploading-multiple-files > >. > > On Thu,

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-09 Thread Joseph Wayodi
The Django docs show how to do this: . On Thu, 7 Jan 2021 at 15:24, Chelsea Fan wrote: > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-08 Thread Chelsea Fan
server rendering On Fri, Jan 8, 2021 at 5:23 PM Satyajit Barik wrote: > do you use API or server side rendering method? > > On Fri, Jan 8, 2021 at 1:34 PM Chelsea Fan > wrote: > >> yes I am using FileField and trying upload and to save it >> >> >> On Thu, Jan 7, 2021 at 4:09 PM Steven Mapes

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-08 Thread Satyajit Barik
do you use API or server side rendering method? On Fri, Jan 8, 2021 at 1:34 PM Chelsea Fan wrote: > yes I am using FileField and trying upload and to save it > > > On Thu, Jan 7, 2021 at 4:09 PM Steven Mapes > wrote: > >> Within Django Admin or somewhere else? >> Are you using FileFields and

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-08 Thread Chelsea Fan
yes I am using FileField and trying upload and to save it On Thu, Jan 7, 2021 at 4:09 PM Steven Mapes wrote: > Within Django Admin or somewhere else? > Are you using FileFields and trying to save to the models or are you just > trying to POST multiple files? > > On Thursday, 7 January 2021 at

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-07 Thread Steven Mapes
Within Django Admin or somewhere else? Are you using FileFields and trying to save to the models or are you just trying to POST multiple files? On Thursday, 7 January 2021 at 12:25:10 UTC allaberdi...@gmail.com wrote: > -- You received this message because you are subscribed to the Google

hello guys, how can I upload multiple images using single button? help me please

2021-01-07 Thread Chelsea Fan
-- 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: Hello, i have a problem with my logout

2020-12-16 Thread zeezee
Have you configured a 'logout' path and the corresponding view which handles the request in the application's *url.py* file ? On Wednesday, December 16, 2020 at 11:53:01 AM UTC-5 cuentaap...@gmail.com wrote: > Im new at learning django and i have this error when i try to create the > logout

Re: hello guys, help me please, I could not associate username to a post

2020-12-16 Thread vijay naudiyal
You can also try get_user(request) instead of request.user Or also self.requesr.user if you take self as argument. Let me know if it works for you Cheers Vijay On Tue, Dec 15, 2020, 23:56 Chelsea Fan wrote: > [image: image.png] > > -- > You received this message because you are subscribed to

Re: hello guys, help me please, I could not associate username to a post

2020-12-15 Thread Chelsea Fan
Thanks bro, On Wed, 16 Dec 2020, 7:27 am Ronald Kamulegeya, < ronald.kamulegeya.2...@gmail.com> wrote: > Hi, use > Obj.save() > Instead of > Form.save() > > On Tue, Dec 15, 2020, 21:25 Chelsea Fan > wrote: > >> [image: image.png] >> >> -- >> You received this message because you are subscribed

Re: hello guys, help me please, I could not associate username to a post

2020-12-15 Thread Ronald Kamulegeya
Hi, use Obj.save() Instead of Form.save() On Tue, Dec 15, 2020, 21:25 Chelsea Fan wrote: > [image: image.png] > > -- > 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: hello guys, help me please, I could not associate username to a post

2020-12-15 Thread Gabriel Araya Garcia
I don't undertand that you say. Can you explain with more details? Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El mar, 15 dic 2020 a las 15:25, Chelsea Fan () escribió: > [image: image.png] > > -- > You received this message because you are subscribed to the Google Groups

hello guys, help me please, I could not associate username to a post

2020-12-15 Thread Chelsea Fan
[image: image.png] -- 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

Hello Everyone

2020-12-15 Thread Ali Sufyan
Hi I just joined the group -- 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

Re: hello every one. i have a probleme with 'pip install mysqlclient' please i need a help

2020-11-22 Thread Makan Leboss
Thanks Le lun. 24 août 2020 à 09:37, RANGA BHARATH JINKA a écrit : > Hi, > > Please check the location of the .whl file. Copy .whl file into your > project root folder and install. All the best. > > On Mon, Aug 24, 2020 at 1:04 PM Makan Leboss > wrote: > >> *my error code is:* " (myvenv)

Re: Hello ! I'm having some issues in django unit testing. Is there anybody to help ?

2020-11-06 Thread Monaco investment
:59 PM To: Django users Subject: Hello ! I'm having some issues in django unit testing. Is there anybody to help ? Hello ! I'm having some issues in django unit testing. Is there anybody to help ? I'm having confusion in testing django mixins . Can anyone share his/her git with such unit t

Hello ! I'm having some issues in django unit testing. Is there anybody to help ?

2020-11-06 Thread Nilima Dahal
Hello ! I'm having some issues in django unit testing. Is there anybody to help ? I'm having confusion in testing django mixins . Can anyone share his/her git with such unit testing or have some experienced shareable codes. how do I test this ? def dispatch(self,request,*args,**kwargs

Re: hello every one. i have a probleme with 'pip install mysqlclient' please i need a help

2020-08-24 Thread RANGA BHARATH JINKA
Hi, Please check the location of the .whl file. Copy .whl file into your project root folder and install. All the best. On Mon, Aug 24, 2020 at 1:04 PM Makan Leboss wrote: > *my error code is:* " (myvenv) c:\djangoboys\dagakane>pip install > mysqlclient-1.4.6-cp38-cp38-win32.whl > WARNING:

hello every one. i have a probleme with 'pip install mysqlclient' please i need a help

2020-08-24 Thread Makan Leboss
*my error code is:* " (myvenv) c:\djangoboys\dagakane>pip install mysqlclient-1.4.6-cp38-cp38-win32.whl WARNING: Requirement 'mysqlclient-1.4.6-cp38-cp38-win32.whl' looks like a filename, but the file does not exist Processing .\mysqlclient-1.4.6-cp38-cp38-win32.whl ERROR: Could not install

Re: Why is "Hello World!" alternating with Django welcome page after following tutorial?

2020-05-30 Thread Thomas G. McNeill
t; > When I load the app in my browser, I get either "Hello, World!" (the > expected result) or the Django welcome page ("The install worked > successfully! Congratulations! You are seeing this page because DEBUG=True > is in your settings file and you have not configur

Why is "Hello World!" alternating with Django welcome page after following tutorial?

2020-05-30 Thread Thomas G. McNeill
production application. When I load the app in my browser, I get either "Hello, World!" (the expected result) or the Django welcome page ("The install worked successfully! Congratulations! You are seeing this page because DEBUG=True is in your settings file and you have not conf

Django channel async_to_sync(channel_layer.send)('test_channel', {'type': 'hello'}) error

2020-04-29 Thread Aditya Bohra
.sync import async_to_sync>>> async_to_sync(channel_layer.send)('test_channel', {'type': 'hello'})>>> async_to_sync(channel_layer.receive)('test_channel'){'type': 'hello'} please help -- You received this message because you are subscribed to the Google Groups "Django use

Re: hello world

2020-03-26 Thread Mr Black Hat
mentation tutorial ? >> >> On Thu 26. Mar 2020 at 14.48, Mr Black Hat >> wrote: >> >>> hello i am beginner in django, guys can you help me from where should i >>> learn django >>> i know how to create projects in django and also multiple apps, but

Re: hello world

2020-03-26 Thread surendra bhaskar
Follow official documentation it's best On Thu, 26 Mar, 2020, 6:25 PM victor awakan, wrote: > > Have you try to follow the official documentation tutorial ? > > On Thu 26. Mar 2020 at 14.48, Mr Black Hat > wrote: > >> hello i am beginner in django, guys can you hel

Re: hello world

2020-03-26 Thread victor awakan
Have you try to follow the official documentation tutorial ? On Thu 26. Mar 2020 at 14.48, Mr Black Hat wrote: > hello i am beginner in django, guys can you help me from where should i > learn django > i know how to create projects in django and also multiple apps, but i dont &

hello world

2020-03-26 Thread Mr Black Hat
hello i am beginner in django, guys can you help me from where should i learn django i know how to create projects in django and also multiple apps, but i dont know how to templating in django -- You received this message because you are subscribed to the Google Groups "Django users&q

Re: Hello Everbody! Happy New Year

2020-01-05 Thread sagar ninave
t;> >>> >>> Can you help me about django Custom user authentication and restAPI. >>> >>> Thanks in advance >>> >>> Thanks & Regards >>> Desh Deepak >>> +91 7011101001 >>> >>> >>> >>> &

Re: Hello Everbody! Happy New Year

2020-01-05 Thread Suraj Thapa FC
sh Deepak from New Delhi India. >> >> >> Can you help me about django Custom user authentication and restAPI. >> >> Thanks in advance >> >> Thanks & Regards >> Desh Deepak >> +91 7011101001 >> >> >> >> >> On Sat, 4 Ja

Re: Hello Everbody! Happy New Year

2020-01-04 Thread Desh Deepak
& Regards > Desh Deepak > +91 7011101001 > > > > > On Sat, 4 Jan 2020, 20:12 Murilo A. Gigliotti, < > mur...@gigliottitech.com.br> wrote: > >> Hello All, >> >> >> >> Thanks for the opportunity to stay here in the group. >> >&

Re: Hello Everbody! Happy New Year

2020-01-04 Thread Evil Kunt
ut django Custom user authentication and restAPI. Thanks in advance Thanks & Regards Desh Deepak +91 7011101001 On Sat, 4 Jan 2020, 20:12 Murilo A. Gigliotti, wrote: > Hello All, > > > > Thanks for the opportunity to stay here in the group. > > Let me intr

RES: Hello Everbody! Happy New Year

2020-01-04 Thread Murilo A. Gigliotti
[mailto:django-users@googlegroups.com] Em nome de Desh Deepak Enviada em: sábado, 4 de janeiro de 2020 12:03 Para: django-users@googlegroups.com Assunto: Re: Hello Everbody! Happy New Year Wish you the same, My name is Desh Deepak from New Delhi India. Can you help me about django Custom

Re: Hello Everbody! Happy New Year

2020-01-04 Thread Desh Deepak
Wish you the same, My name is Desh Deepak from New Delhi India. Can you help me about django Custom user authentication and restAPI. Thanks in advance Thanks & Regards Desh Deepak +91 7011101001 On Sat, 4 Jan 2020, 20:12 Murilo A. Gigliotti, wrote: > Hello All, > &g

Hello Everbody! Happy New Year

2020-01-04 Thread Murilo A. Gigliotti
Hello All, Thanks for the opportunity to stay here in the group. Let me introduce myself. My name is Murilo Gigliotti, I am from Brazil and I live in São Paulo city. I've been studying Python + Django since the beginning of 2019. Now I am able to help the community with my work. I have

Re: Hello, please i'm facing this errors , how do i solve it?

2019-11-02 Thread Kasper Laudrup
Hi Sullivan, One of the fields in one of your models cannot be null, but one of your views tries to update one of your models without specifying a value for that field or is explicitly setting it to null. Without any further context it's impossible to help you solve it. Consider adding a

Re: Hello, everybody! I've tried using FormMixin with DetailView and I get error 405 on post method. Can anybody help me? Thanks a lot.

2019-08-23 Thread Catalina Popescu
I'm afraid not. Popescu is a very common first name here. But your help depends on that presumed relation? ;) Joking. On Fri, Aug 23, 2019 at 2:19 PM Mehmet Demirkaya wrote: > Do have relation with Mr Popescu from Romanian Central (National) Bank? > > On Fri, 23 Aug 2019 at 09:58, Catalina

  1   2   3   4   >