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 i

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 worki

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 > > O

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")] > > main

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 en

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 ev

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 t

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 a

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, Vishe

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, < >> abdoulaye.sen...@unchk.edu.sn

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 SEN

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 u

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 > why

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 the

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 a

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) > email

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): retu

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. Hop

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 group

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 wro

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 G

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 m

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 these.

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 mes

Re: Hello, why am I getting this error

2022-10-26 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. ad

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 dif

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? On M

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 >

Re: hello users

2022-07-26 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 fr

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, Sep

Re: hello i need a help

2021-07-06 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 e

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']) )

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 unsubscri

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 tutorials. > > Ind

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. I am looking for Djan

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

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 > o

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. I'm

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 Ni

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 wro

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 unsub

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 tr

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 1

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 Grou

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 bu

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 > e

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 >

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) c:

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

2020-11-06 Thread Monaco investment
Am having hard time learning django...can someone please get in touch...I will be really grateful... thanks Get Outlook for Android From: django-users@googlegroups.com on behalf of Nilima Dahal Sent: Friday, November 6, 2020 1:11:59 PM T

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:

Re: hello world

2020-03-26 Thread Mr Black Hat
I try djangoproject.com, On Fri, Mar 27, 2020, 03:22 surendra bhaskar < surendra.bhaska...@siesgst.ac.in> wrote: > 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 2

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 help me from where should i >> le

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 > know how to templ

Re: Hello Everbody! Happy New Year

2020-01-05 Thread sagar ninave
hey people i want to dive deep with you in the for learning please help me too for custom user model On Sun, Jan 5, 2020 at 2:08 PM Suraj Thapa FC wrote: > Yes ping me > > On Sun, 5 Jan 2020, 3:37 am Desh Deepak, wrote: > >> Can you explain details. >> Some example of code...!! >> >> >> Thanks

Re: Hello Everbody! Happy New Year

2020-01-05 Thread Suraj Thapa FC
Yes ping me On Sun, 5 Jan 2020, 3:37 am Desh Deepak, wrote: > Can you explain details. > Some example of code...!! > > > Thanks in advance > > On Sun, 5 Jan 2020, 00:03 Evil Kunt, wrote: > >> Hey , >> >> For rest , if you like i can help you with i use DRF , Falcon and HUG >> mostly . >> >> For

Re: Hello Everbody! Happy New Year

2020-01-04 Thread Desh Deepak
Can you explain details. Some example of code...!! Thanks in advance On Sun, 5 Jan 2020, 00:03 Evil Kunt, wrote: > Hey , > > For rest , if you like i can help you with i use DRF , Falcon and HUG > mostly . > > For user auth , i use django standard auth library . > > Regards , > Kunt. > > On 4

Re: Hello Everbody! Happy New Year

2020-01-04 Thread Evil Kunt
Hey , For rest , if you like i can help you with i use DRF , Falcon and HUG mostly . For user auth , i use django standard auth library . Regards , Kunt. On 4 Jan 2020 20:33, "Desh Deepak" wrote: Wish you the same, My name is Desh Deepak from New Delhi India. Can you help me about django

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, > > > > Thanks for the o

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 bit

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 Pope

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 Mehmet Demirkaya
Do have relation with Mr Popescu from Romanian Central (National) Bank? On Fri, 23 Aug 2019 at 09:58, Catalina Popescu wrote: > Morning, James > > The browser just throws HTTP ERROR 405. > In CMD: > Method Not Allowed (POST): books/book/10/ > Method Not Allowed: books/book/10/ > "POST /book/book

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-22 Thread Catalina Popescu
Morning, James The browser just throws HTTP ERROR 405. In CMD: Method Not Allowed (POST): books/book/10/ Method Not Allowed: books/book/10/ "POST /book/book/10/ HTTP/1.1" 405.0 On Friday, August 23, 2019 at 12:28:27 AM UTC+3, James Schneider wrote: > Post the full error message and/or traceba

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-22 Thread James Schneider
Post the full error message and/or traceback reported by the server when the error occurs. -James On Thu, Aug 22, 2019, 12:31 PM Catalina Popescu < catalina.t.pope...@gmail.com> wrote: > views.py > > class BookDisplay(DetailView): > model = Book > template_name = 'books/book_detail.html'

Re: Hello developers

2019-08-20 Thread Kasper Laudrup
On August 20, 2019 11:42:51 AM GMT+02:00, Victor Tumwecj wrote: >I tried to a shopping cart but it does not add products and total >amount >what can I do >Thank you django community > >-- >You received this message because you are subscribed to the Google >Groups "Django users" group. >To unsubs

Re: Hello From Nigeria

2019-03-22 Thread Nasim TKP
Guys let"s make a whatsapp or telegram group for our doubts and we can share projects my number is +919048761884 On Fri, 22 Mar 2019, 10:02 am VeeraNagaRaja Sankar, wrote: > me too guys , > add me > 9985864383 > > Best Regards, > Inti VeeraNagaRaja Sankar,M.Tech(IT) > M: 9985864383 > intisank..

Re: Hello From Nigeria

2019-03-22 Thread Nasim TKP
https://chat.whatsapp.com/GXP15D4Mvxq6cApcqs3TFo Join everyone we can make a community On Fri, 22 Mar 2019, 10:13 am Mohan Goud, wrote: > 9640855205 > > > > > On Fri, Mar 22, 2019 at 12:32 PM VeeraNagaRaja Sankar < > intisank...@gmail.com> wrote: > >> me too guys , >> add me >> 9985864383 >> >>

Re: Hello From Nigeria

2019-03-22 Thread Mohan Goud
9640855205 On Fri, Mar 22, 2019 at 12:32 PM VeeraNagaRaja Sankar wrote: > me too guys , > add me > 9985864383 > > Best Regards, > Inti VeeraNagaRaja Sankar,M.Tech(IT) > M: 9985864383 > intisank...@gmail.com > https://about.me/veeranagarajasankar > > > On Thu, Mar 21, 2019 at 9:07 PM chaitan

Re: Hello From Nigeria

2019-03-22 Thread VeeraNagaRaja Sankar
me too guys , add me 9985864383 Best Regards, Inti VeeraNagaRaja Sankar,M.Tech(IT) M: 9985864383 intisank...@gmail.com https://about.me/veeranagarajasankar On Thu, Mar 21, 2019 at 9:07 PM chaitanya goud wrote: > Hi i am an django developer I can join > > On Mon, 11 Mar 2019, 18:46 Joshua Kay

Re: Hello From Nigeria

2019-03-21 Thread chaitanya goud
Hi i am an django developer I can join On Mon, 11 Mar 2019, 18:46 Joshua Kayode, wrote: > Greetings, if you are a django developer in Nigeria, would you consider > joining a WhatsApp group? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group.

Re: Hello From Nigeria

2019-03-21 Thread Nasim TKP
Anyone please share django whatsapp group or telegram group joining link pleasee On Thu, 21 Mar 2019, 3:11 pm Gabriel Stone, wrote: > hello i am from Ghana am i qualified to join? > > On Thu, Mar 21, 2019 at 1:54 PM Asiwaju Lasisi Prodigy Olatunbosun < > bosun...@gmail.com> wrote: > >> Y

Re: Hello From Nigeria

2019-03-21 Thread carl collins
Pls add me +237677104421 On Thu, Mar 21, 2019, 13:11 Gabriel Stone wrote: > hello i am from Ghana am i qualified to join? > > On Thu, Mar 21, 2019 at 1:54 PM Asiwaju Lasisi Prodigy Olatunbosun < > bosun...@gmail.com> wrote: > >> Yes 08024273381 >> >> On Wednesday, 13 March 2019 12:44:16 UTC+1, T

Re: Hello From Nigeria

2019-03-21 Thread Gabriel Stone
hello i am from Ghana am i qualified to join? On Thu, Mar 21, 2019 at 1:54 PM Asiwaju Lasisi Prodigy Olatunbosun < bosun...@gmail.com> wrote: > Yes 08024273381 > > On Wednesday, 13 March 2019 12:44:16 UTC+1, Thaddeaus Iorbee wrote: >> >> Yes please. 0814390 >> >> On Monday, March 11, 2019, J

Re: Hello From Nigeria

2019-03-21 Thread Asiwaju Lasisi Prodigy Olatunbosun
Yes 08024273381 On Wednesday, 13 March 2019 12:44:16 UTC+1, Thaddeaus Iorbee wrote: > > Yes please. 0814390 > > On Monday, March 11, 2019, Joshua Kayode > wrote: > >> Greetings, if you are a django developer in Nigeria, would you consider >> joining a WhatsApp group? >> >> -- >> You receiv

Re: Hello From Nigeria

2019-03-13 Thread Thaddeaus Iorbee
Yes please. 0814390 On Monday, March 11, 2019, Joshua Kayode wrote: > Greetings, if you are a django developer in Nigeria, would you consider > joining a WhatsApp group? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscri

Re: Hello From Nigeria

2019-03-12 Thread Eugène Ngontang
Hello, My name is Eugene. I'm from Cameroon, being an SRE-SE Engineer and Linux expert as you can see here in my LinkedIn profile https://www.linkedin.com/in/nixmind/. I've founded leading a social movement I created since 2016, called Les Castors Du Numérique (I speak french and english, but liv

Re: Hello From Nigeria

2019-03-12 Thread Joshua Kayode
You are all welcome On Tue, Mar 12, 2019, 12:17 Emmanuel klutse I’m from Ghana and will also love to join. > > On Tue, 12 Mar 2019 at 11:14 AM, Emmanuel Agu > wrote: > >> Nice one, am in. >> >> On Monday, 11 March 2019 14:16:28 UTC+1, Joshua Kayode wrote: >>> >>> Greetings, if you are a django d

Re: Hello From Nigeria

2019-03-12 Thread Emmanuel klutse
I’m from Ghana and will also love to join. On Tue, 12 Mar 2019 at 11:14 AM, Emmanuel Agu wrote: > Nice one, am in. > > On Monday, 11 March 2019 14:16:28 UTC+1, Joshua Kayode wrote: >> >> Greetings, if you are a django developer in Nigeria, would you consider >> joining a WhatsApp group? >> > --

Re: Hello From Nigeria

2019-03-12 Thread Emmanuel Agu
Nice one, am in. On Monday, 11 March 2019 14:16:28 UTC+1, Joshua Kayode wrote: > > Greetings, if you are a django developer in Nigeria, would you consider > joining a WhatsApp group? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubsc

Re: Hello From Nigeria

2019-03-11 Thread Abdulrasheed Ibrahim
Off course, I'll love to join. On Mon, Mar 11, 2019 at 2:54 PM Joshua Kayode wrote: > Hello dear try this: *https://chat.whatsapp.com/Fq7rxuwkE3V1ebmGGjpaAI > * > > On Mon, Mar 11, 2019, 14:43 Cathbert Mutaurwa >> Im receiving a message saying m

Re: Hello From Nigeria

2019-03-11 Thread Joshua Kayode
Hello dear try this: *https://chat.whatsapp.com/Fq7rxuwkE3V1ebmGGjpaAI * On Mon, Mar 11, 2019, 14:43 Cathbert Mutaurwa Im receiving a message saying my invite is invalid. > > On Mon, 11 Mar 2019, 15:30 Joshua Kayode, > wrote: > >> Here is the lin

Re: Hello From Nigeria

2019-03-11 Thread Cathbert Mutaurwa
Im receiving a message saying my invite is invalid. On Mon, 11 Mar 2019, 15:30 Joshua Kayode, wrote: > Here is the link *https://chat.whatsapp.com/Fq7rxuwkE3V1ebmGGjpaAI* > > On Mon, Mar 11, 2019, 14:20 Cathbert Mutaurwa >> I am in south africa, is it possible if i wanna join? >> >> On Mon, 11

Re: Hello From Nigeria

2019-03-11 Thread Joshua Kayode
Thank you for your interest Here is the link: https://chat.whatsapp.com/Fq7rxuwkE3V1ebmGGjpaAI On Mon, Mar 11, 2019, 14:33 Sarah Nwandu Yes @joshuakayode...@gmail.com > > On Mon, Mar 11, 2019 at 2:16 PM Joshua Kayode > wrote: > >> Greetings, if you are a django developer in Nigeria, would you co

Re: Hello From Nigeria

2019-03-11 Thread federico abah
Yes. I am a Django developer from Equatorial Guinea and would like to join a watsapp group. It will be helpful. Atentamente Federico A segunda, 11 de mar de 2019, 13:33, Sarah Nwandu escreveu: > Yes @joshuakayode...@gmail.com > > On Mon, Mar 11, 2019 at 2:16 PM Joshua Kayode > wrote: > >> Gre

Re: Hello From Nigeria

2019-03-11 Thread Sarah Nwandu
Yes @joshuakayode...@gmail.com On Mon, Mar 11, 2019 at 2:16 PM Joshua Kayode wrote: > Greetings, if you are a django developer in Nigeria, would you consider > joining a WhatsApp group? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > T

Re: Hello From Nigeria

2019-03-11 Thread Joshua Kayode
Here is the link *https://chat.whatsapp.com/Fq7rxuwkE3V1ebmGGjpaAI* On Mon, Mar 11, 2019, 14:20 Cathbert Mutaurwa I am in south africa, is it possible if i wanna join? > > On Mon, 11 Mar 2019, 15:15 Joshua Kayode, > wrote: > >> Greetings, if you are a django developer in Nigeria, would you consi

Re: Hello From Nigeria

2019-03-11 Thread Cathbert Mutaurwa
I am in south africa, is it possible if i wanna join? On Mon, 11 Mar 2019, 15:15 Joshua Kayode, wrote: > Greetings, if you are a django developer in Nigeria, would you consider > joining a WhatsApp group? > > -- > You received this message because you are subscribed to the Google Groups > "Djang

Re: hello i am developing online automated text classification so i need some help soon as possible.

2018-12-11 Thread Mark Phillips
http://www.catb.org/esr/faqs/smart-questions.html On Tue, Dec 11, 2018 at 3:10 AM Waqas Ali wrote: > > -- > 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 dja

Re: Hello

2018-02-23 Thread khaled.kachkorian
welcome haven On Friday, February 23, 2018 at 4:16:12 PM UTC-5, Haven McConnell wrote: > > *Hello my name is haven * > -- 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 ema

  1   2   >