Junior Python Developer Seeking Job Opportunities to Enhance Skills

2023-07-18 Thread sunday honesty
myself in challenging projects and work collaboratively with a talented team. Please feel free to reach out to me directly with any leads or suggestions. I am eager to explore opportunities and contribute my skills towards creating innovative solutions. Thank you all. Best regards, Sunday Honesty

Machine learning mailing group

2023-04-24 Thread sunday honesty
Hi Django Devs, Please can anyone recommend me a Data Science mailing group like this one? Sincerely, -- 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

paginate_by attribute not giving error.

2021-07-01 Thread sunday honesty
Hello guys, it's been a while here. Need some help pls. I had to override my ListView get_querryset() method to query my posts according to a given category. But it seem my context is not a list of objects again as I get this error message: "TypeError: unhashable type: 'slice' " when I try to

Re: Add multiple domains to the same Heroku appp

2020-08-14 Thread sunday honesty
Or do I need to create another app or another account on heroku? If it's just another app, how to I login to a access a particular app on my CLI? On Fri, Aug 14, 2020, 6:04 PM sunday honesty wrote: > Hi guys, hope you're good! > > I have deployed my django project to Heroku. Now, I hav

Add multiple domains to the same Heroku appp

2020-08-14 Thread sunday honesty
Hi guys, hope you're good! I have deployed my django project to Heroku. Now, I have another project with different domain name. Can you tell me how to add this second domains? I am thinking of say "heroku domains add: domain_name" but then how do I configure things to work correctly? I need

Re: How to build a comprehensive chat system with django

2020-08-10 Thread sunday honesty
Let me check it out and get back to you On Mon, Aug 10, 2020, 4:13 PM dupakoor kannan wrote: > Hi, > > Hope this helps https://djangopackages.org/grids/g/chat/ > > > > On Mon, Aug 10, 2020 at 6:27 AM sunday honesty > wrote: > >> I recently got employed in t

Re: How to build a comprehensive chat system with django

2020-08-10 Thread sunday honesty
n, Aug 10, 2020 at 1:34 PM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> >> https://blog.heroku.com/in_deep_with_django_channels_the_future_of_real_time_apps_in_django >> >> On Mon, Aug 10, 2020 at 3:57 PM sunday honesty >> wrote: >> &g

How to build a comprehensive chat system with django

2020-08-10 Thread sunday honesty
I recently got employed in this company as a django developer. After one week, it seems they liked me and believe I could do anything. Today, they asked me to do the following do the following for the company: Build a web app where everyone within the company will be able to connect locally and

Re: Can't change my site name from example.com

2020-07-28 Thread sunday honesty
I have On Mon, Jul 27, 2020, 11:35 PM Selis wrote: > Hiya, > > have you set the 'DEFAULT_FROM_MAIL' and 'SERVER_EMAIL' in your > settings.py? > Here > > is > a reference from the Django Documentation. > >

Re: Can't change my site name from example.com

2020-07-27 Thread sunday honesty
I have done that On Mon, Jul 27, 2020, 9:39 PM Miracle wrote: > Change both "display name" and "domain name" in sites, in your Admin. > > Make sure the site Id in settings.py corresponds to the id of the "domain > name" > > Then restart the ser

Re: Can't change my site name from example.com

2020-07-27 Thread sunday honesty
I am not using custom user model... I didn't clone anything from GitHub repo... I only installed the third party package - django-allauth and done all necessary configurations. I have changed the site name from example.com to my domainname.com through the sites area of admin panel but it kept

Can't change my site name from example.com

2020-07-27 Thread sunday honesty
Hi folks, i have been unable to change my site name from example.com or at other times localhost... Anytime i send any mail, it usually display the site name as example.com. For instance, when user registers or want to reset password, the link is usually example.com/somethings. I have changed

Re: How to provide background image via url() in django

2020-07-17 Thread sunday honesty
t center center fixed; > -webkit-background-size:cover; > -moz--background-size:cover; > -o--background-size:cover; > background-size: cover; >} > > > > > On Fri, Jul 17, 2020 at 4:38 AM sunday honesty > wrote: > >> Hi django users, pls

How to provide background image via url() in django

2020-07-16 Thread sunday honesty
Hi django users, pls help me with this: In case we supply background image via the url() function as background-image: url("some_path/image.png") How do we do this in django static files? I tried url("{% static 'some_path/image.png' %}") but it didn't work, how do I do this pls? -- You

Re: How to exit of pipenv in vscode

2020-07-14 Thread sunday honesty
I use that command when working with venv but it didn't work with pipenv On Tue, Jul 14, 2020, 2:51 PM Omkar Parab wrote: > .\Script\deactivate > > On Tue, Jul 14, 2020, 7:16 PM sunday honesty > wrote: > >> While in the VS Code Terminal, the 'exit' command closes the

How to exit of pipenv in vscode

2020-07-14 Thread sunday honesty
While in the VS Code Terminal, the 'exit' command closes the terminal directly, whereas I just want to deactive pipenv, is there a way to do this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

I need collaborators or partners

2020-06-26 Thread sunday honesty
↰ Django users I need collaborators 9:45 PMme High all, recently I started learning Django and now I have made a forum with some cool functionalities... As a forum starting like this, it will be so long for people to discover it and start visiting it regularly... I want to focus on

I need collaborators

2020-06-26 Thread sunday honesty
High all, recently I started learning Django and now I have made a forum with some cool functionalities... As a forum starting like this, it will be so long for people to discover it and start visiting it regularly... I want to focus on making posts that people are looking for in a particular

Search returned after deployment to Heroku

2020-06-22 Thread sunday honesty
My search functionnlaity worked fine and is even working well now on my local host but always returns error when I run it on heroku. (Server error) How has any idea pls -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

How to add domain from GoDaddy to Heroku

2020-06-22 Thread sunday honesty
Has anyone here added a custom domain from GoDaddy to Heroku? I have not been able to configure my DNS correctly after following tons of articles online... GoDaddy don't seem to have good customer care for my country and no live support available? The issue is, I have bought the domain and

How to allow users tag a post when making new post

2020-06-09 Thread sunday honesty
Hello Django devs! It's been a while and I hope you all are fine? In the forum (blog) am making, I want a functionnlaity to allow users who want to make a post to tag other posts they created before or others created that is similar to the ones they're making. I learnt about the Django taggit

Re: How to make Custom User Registration and Login

2020-05-31 Thread sunday honesty
It's better to make a separate app for users. You can call the app users or account. Create a form.py file in your users app. Then create a CustomUser class that inherits from either AbstractUser or AbstractBaseUser (check out the difference between the two). Then you can define the fields you

Re: Command open postgresql in from cmd in windows

2020-05-31 Thread sunday honesty
It worked Samuel. Thank you very much On Sun, May 31, 2020, 7:38 AM sunday honesty wrote: > All right. I'll do that now. > > On Sat, May 30, 2020, 11:34 PM Samuel Nogueira > wrote: > >> you just need to specify the username wich you want to use. So type "psql >>

Re: Command open postgresql in from cmd in windows

2020-05-31 Thread sunday honesty
All right. I'll do that now. On Sat, May 30, 2020, 11:34 PM Samuel Nogueira wrote: > you just need to specify the username wich you want to use. So type "psql > -U postgres", as postgres being your username. > > > Em sáb., 30 de mai. de 2020 às 18:47, sunday honesty &l

Re: Command open postgresql in from cmd in windows

2020-05-30 Thread sunday honesty
Here is it again On Sat, May 30, 2020, 10:44 PM Samuel Nogueira wrote: > Sorry but i think your screenshot wasn’t attached to your last email, > please end it again > > *De: *sunday honesty > *Enviado:*sábado, 30 de maio de 2020 18:28 > *Para: *django-users@googlegroups.c

Re: Command open postgresql in from cmd in windows

2020-05-30 Thread sunday honesty
Here is the screenshot... Pls download. PS: I was connected to the internet and also tried it without internet connection. On Sat, May 30, 2020, 10:17 PM Samuel Nogueira wrote: > Can you send me more details about the error? A screenshot should be > enough > > *De: *sunday honesty

Re: Command open postgresql in from cmd in windows

2020-05-30 Thread sunday honesty
to type psql in your command shell > > > > I adapted this from a comment in stackoverflow in the link bellow, if it > doesnt work I suggest you to go there. > > > https://stackoverflow.com/questions/11460823/setting-windows-path-for-postgres-tools > > > > *De: *sunday

Command open postgresql in from cmd in windows

2020-05-30 Thread sunday honesty
I have been in a message before I could successfully install postgresql on my windows; it seems everyone is using Linux or Mac. Pls can someone help me now... I want to open postgres she'll from my command prompt so I can continue what am learning... The Tutorial am following is using Linux and

Re: IntegrityError: NOT NULL constraint failed

2020-05-27 Thread sunday honesty
re > new_comment.save() > > > > *De: *sunday honesty > *Enviado:*quarta-feira, 27 de maio de 2020 19:36 > *Para: *Django users > *Assunto: *IntegrityError: NOT NULL constraint failed > > > > I try to let user add comments to blog post am making... When I

IntegrityError: NOT NULL constraint failed

2020-05-27 Thread sunday honesty
I try to let user add comments to blog post am making... When I run makemigrations and migrate, everything seemed fine . The form displayed well but shows the following error when I fill the form and click on the submit button. Django.db.utils.IntegrityError: NOT NULL constraint failed:

How to share post to social media from a Django blog

2020-05-27 Thread sunday honesty
Please can someone help me look into this. I have done everything to use django-social-share but it refused to work with the templates I defined. Can you help me take a look. https://stackoverflow.com/questions/62038241/how-do-i-make-custom-templates-for-django-social-share -- You received this

Problem with django-social-share

2020-05-26 Thread sunday honesty
Hello develops, hope you guys are doing well. Really thankful for all those who make out time to answer our varrying questions. When I used django-social_share, everything worked fine until I added custom templates. After creating the templates and styling with W3.CSS, the social link didn't

Error while trying to send email for password reset

2020-05-24 Thread sunday honesty
I got the following error while trying to send email with send grid smtp UnicodeEncodeError: 'ascii' codec can't encode character '\u2020' in position 168: ordinal not in range(128) -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: 403 Forbidden

2020-05-24 Thread sunday honesty
Yes, I have both custom password_reset_email.html and password_reset_subject.txt at /registration/... But are you sure the correct name is 403.html? On Sun, May 24, 2020, 2:11 PM Kasper Laudrup wrote: > Hi Sunday, > > On 24/05/2020 15.04, sunday honesty wrote: > > What I me

Re: 403 Forbidden

2020-05-24 Thread sunday honesty
e: > Hi Sunday, > > On 24/05/2020 13.46, sunday honesty wrote: > > Trust you're doing great guys! > > Please can someone help with the template name where 403 forbidden > message that always displays when you raise PermissionDenied. > > I want to customize the message th

403 Forbidden

2020-05-24 Thread sunday honesty
Trust you're doing great guys! Please can someone help with the template name where 403 forbidden message that always displays when you raise PermissionDenied. I want to customize the message that should display... I have tried 403.html in my registration folder inside my templates folder but

Re: Add search to my blog app

2020-05-20 Thread sunday honesty
t; DOM based on the text in the search box. For more info ask on > https://webchat.freenode.net/ in the #javascript. > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *sunday honesty > *Sent: *20 May 2020

Add search to my blog app

2020-05-20 Thread sunday honesty
Hello everyone! I have got a question. I am a Django beginner trying to build my first web app after completing a book. I made an app I called developers forum where authenticated users can post something like question or code achievement and another can comment in form of answer. I want to

Re: Bootstrap drop down menu not clickable.

2020-05-17 Thread sunday honesty
it didn't work. I don't know what's just wrong. You can take a look at my base.html file https://pastebin.com/4gVcN2si On Sun, May 17, 2020, 9:50 AM Kasper Laudrup wrote: > Hi Sunday > > On 17/05/2020 08.33, sunday honesty wrote: > > That's what I did... But the question is do I n

Re: Bootstrap drop down menu not clickable.

2020-05-17 Thread sunday honesty
That's what I did... But the question is do I need to download django-bootstrap with pip before I can use compiled bootstrap I have downloaded? Isn't django-bootstrap different from bootstrap? On Sun, May 17, 2020, 2:49 AM Clive Bruton wrote: > > On 16 May 2020, at 15:43, sunday honesty

Re: Bootstrap drop down menu not clickable.

2020-05-16 Thread sunday honesty
lly I must download bootstrap using pip before it works, why did other bootstrap features worked well except for the dropdown? On Sat, May 16, 2020, 3:51 PM sunday honesty wrote: > All right > > On Sat, May 16, 2020, 3:49 PM Simon A wrote: > >> Try to run the pip install c

Re: Bootstrap drop down menu not clickable.

2020-05-16 Thread sunday honesty
All right On Sat, May 16, 2020, 3:49 PM Simon A wrote: > Try to run the pip install command if you havent already. Check the > correct command to install bootstrap3 or 4 if forgot the complete package > name. > > On Sat, May 16, 2020, 22:45 sunday honesty > wrot

Re: Bootstrap drop down menu not clickable.

2020-05-16 Thread sunday honesty
I included it to installed app and got an error message on the console. "Module not found, no module named bootstrap 4" On Sat, May 16, 2020, 3:31 PM Clive Bruton wrote: > > On 16 May 2020, at 15:03, sunday honesty wrote: > > > I did that and got a TemplateSyntaxErro

Bootstrap drop down menu not clickable.

2020-05-16 Thread sunday honesty
I did that and got a TemplateSyntaxError stating that bootstrap4 is not a registered tag library -- 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

Bootstrap drop down not dropping

2020-05-15 Thread sunday honesty
I have tried everything possible to make my bootstrap clik but no way. I included bootstrap js, css, jQuery and popper in locally in my static directory. I have been stocked for over two weeks. Someone help me out pls. Here's the link to my code.

Bootstrap drop down menu not clickable.

2020-05-15 Thread sunday honesty
This is my first question here. I hope I find answer. Am happy to be with you guys. I am beginner and have been stucked with this issue for about two weeks now. Because I don't have good network access here, I decided to download and include Bootstrap source file in the static folder of my