RE:

2023-07-31 Thread marvelous
marvelous <utibesolom...@gmail.com> wrote: Hello guys I just finished building out my portfolio and I would appreciate if you give me your honest reviews heres the link  https://marvel-9gdg.onrender.com/ -- You received this message because you are subscribed to the Google Groups "D

[no subject]

2023-07-31 Thread marvelous
 Hello guys I just finished building out my portfolio and I would appreciate if you give me your honest reviews heres the link   https://marvel-9gdg.onrender.com/  -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

RE: Looking to help recruiters and job candidates

2023-07-22 Thread marvelous
 Hello sir I have some sufficient knowledge of back end and im available to help you for any price  Sent from Mail for Windows From: Saurav SharmaSent: Tuesday, June 27, 2023 8:35 PMTo: Django usersSubject: Re: Looking to help recruiters and job candidates So what you plan for this platform..?On

Re: django in vs code

2020-08-19 Thread Marvelous Ikechi
can you send a picture of your error message? On Wed, 19 Aug 2020, 11:27 pm Mohamed Ghoneim, wrote: > Hi guys, > my vs code can not import dgango.dp or any library from django (unresolved > import 'django.db') . > i installed the latest version of django and i'm using virtual environment > and

Re: 404 not found

2019-07-06 Thread Marvelous Ikechi
Your URLs.py file is not descriptive enough. On 9:08AM, Mon, Jul 1, 2019 Soumen Khatua wrote: > Hi Folks, > i'm using Django 1.11 and is et up everything properly but at the wrong > url django redirecting to 500 page instead of 404 page.Please help me,How i > can solve this problem? Here is my

Re: How to fix: Django forms: {{ form }} is not working in a dynamic html page

2019-06-09 Thread Marvelous Ikechi
I couldn't find a description field in the creation of your ContactForm. Maybe it's an oversight from me. However, if it isn't, I'm not expecting to see a {{card.description}} in your cards.html page. On 12:30PM, Fri, Jun 7, 2019 Delcy John wrote: > i think the error is in form.py,you must put

Re: Email Django app.

2019-05-15 Thread Marvelous Ikechi
d of the gmail from > which you want to send the emails . > > django.core.mail with this package > You can send emails search this and you will find it docs. > > You might need celery support for send emails as python has sync > architecture. > On Saturday, May 11, 2019 at 3

[no subject]

2019-05-15 Thread Marvelous Ikechi
Hello guys, I'm trying to write to my settings.py file from the data I received from my form, but it isn't recognizing the form fields I declared. Say for instance, my form is: Class MessageForm(forms.form): sender = forms.EmailField() password = forms.CharField() and I imported

Re: Email Django app.

2019-05-13 Thread Marvelous Ikechi
Sorry for my late response. How can I go about it? On 4:53AM, Sat, May 11, 2019 salimon jamiu olashile < tunedae1shi...@gmail.com> wrote: > The functionality should work on localhost. > > On Fri, 10 May 2019 at 11:17 PM, Marvelous Ikechi > wrote: > >> Hello guys,

Email Django app.

2019-05-10 Thread Marvelous Ikechi
Hello guys, I'm creating an third party app that can send and read users emails using Django. How possible would it be to connect to the internet from my local host, to send and receive these emails. Or do I need to host the site first before these functionalities can come alive? -- You