I haven't read the documents myself that I am referring to here. But they
should come as a help to you with your
question.https://www.rfc-editor.org/rfc/rfc5322https://github.com/python/cpython/blob/main/Lib/email/_header_value_parser.py
Try to follow the generalized rules when having some public
Hi,
I gave only a few months with Django and a few years with python. But I am
good at working with a flow by getting help from the documentation.
Here's a link to one of my Django work in progress,
https://github.com/8lurry/heartbeat .
I am fairly good with Django. You won't regret giving me a c
Hello everybody,
I am trying to start a career in development. I can work around any problem
with python. I have gone through a fair amount of django documentation.
I am looking forward to work as a volunteer on any professional django
project that should boost my learning and also assist on buil
ing:-
>
>1. version control? git or svn?
>2. docker?
>
>
>
>
>
> *Regards,Gilwell Muhati | +254 710 739 116 | *
> *~~“The mind is its own place and in itself can make a heaven of hell, a
> hell of heaven…”~~John Milton *
>
>
> On Mon, Feb
y ask you to give me a chance to prove myself.
Thank you - Mehedi
On Tuesday, February 23, 2021, 12:24:39 PM GMT+6, Sharif Mehedi
wrote:
>>> Hello @Sharif,>>> Do you have any experience with the following:->>>
- version control? git or svn?
- do
https://docs.djangoproject.com/en/3.1/ref/models/instances/#django.db.models.Model
https://github.com/django/django/blob/64a0d1ef6e7a6739148996e9584bbb61fe3dcc60/django/db/models/base.py#L404
https://docs.djangoproject.com/en/3.1/ref/models/querysets/
https://github.com/django/django/blob/64a0d1e
What are you trying to implement or do?
On Monday, May 3, 2021, 11:46:00 PM GMT+6, ankit baliyan
wrote:
can anyone tell me how to use pyspark in django?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and
>>> I just want to use pyspark data frames.
What for?
On Tuesday, May 4, 2021, 9:45:29 AM GMT+6, ankit baliyan
wrote:
I just want to use pyspark data frames.
On Mon, 3 May, 2021, 11:18 pm Sharif Mehedi, wrote:
What are you trying to implement or do?
On Monday, May 3, 2021,
What seems to be the problem?
On Wednesday, May 5, 2021, 10:16:33 PM GMT+6, Phani Deep
wrote:
Environment:Request Method: GETRequest URL: http://127.0.0.1:8000/ Django
Version: 3.0.4Python Version: 3.8.5Installed Applications:['startmusic',
'django.contrib.admin', 'django.contrib.aut
Not very understandable, no useful information on your message body, only
there's an exception!Try to understand what you are doing and when you
understand ask for help if you cannot solve it yet. On Thursday, May 6, 2021,
10:27:35 PM GMT+6, Philip Pelletier wrote:
I get this error mess
me that what are you trying to do? because you have
explained nothing in your question about your problem
On Thu, May 6, 2021 at 10:26 PM Sharif Mehedi wrote:
Not very understandable, no useful information on your message body, only
there's an exception!Try to understand what you are doin
You can do something like:IN:class CustomUserCreationForm(forms.ModelForm):
def clean(self): cleaned_data = super().clean() # put your
custom validator here!
On Tuesday, May 11, 2021, 6:53:24 PM GMT+6, Ayush Bisht
wrote:
# admin.pyclass CustomUserAdmin(UserAdmi
The easiest way to go to python terminal with django settings configured is by
running: python manage.py shell
On Sunday, May 16, 2021, 3:34:01 PM GMT+6, Suraj Kumar
wrote:
No, this solution not help for me.I am still getting same error.
On Sun 16 May, 2021, 14:36 Chelsea Fan, wrote:
This will particularly be interesting for me. Okay.
Contact details,Name: Sharif Mehediemail: sharifmehed...@gmail.com On
Wednesday, May 19, 2021, 12:11:15 AM GMT+6, Diénert Vieira
wrote:
Hi, I'm interested.
https://www.linkedin.com/in/dienert
--
Diénert
Em ter., 18 de mai. de 2021 11:5
First you need to have OAuth 2 on your server. look for PYPI packages that has
OAuth for paypal.the follow this:
https://developer.paypal.com/docs/api/overview/On Wednesday, May 19, 2021,
5:30:43 PM GMT+6, Eric 247ERICPOINTCOM wrote:
Hi
I would like to integrate PayPal with my project
I do not see anything solvable there. Maybe soak it into water! :P .Maybe, it
will help if you can provide us with a clue to whatever you are trying to do
and the nature of the problem you are facing in trying in doing.
On Thursday, May 20, 2021, 7:02:25 PM GMT+6, Sameer Gedam
wrote:
Op
I do not have a django-admin project and using django views (along with
other django submodules) in my python app, so, i do not have a directory
structure like django projects has and I never had a templates directory in
my app. The way we configured it, serving from templates directory is out
You should probably contact your "cloud service" (or what other ever service it
is) provider.
I will try to help you if you'd provide some more details of your problem.
Regards,Sharif
On Monday, May 24, 2021, 7:23:16 PM GMT+6, Hassan Adamu
wrote:
good day dear friends.i have created a w
The nature of you website, how is it running, where is it running etc On
Monday, May 24, 2021, 7:50:15 PM GMT+6, Hassan Adamu
wrote:
OK thanks. What are the details you need?
On 24 May 2021 2:31 pm, "Sharif Mehedi" wrote:
You should probably contact your "cloud se
How are you making the request?
On Thursday, May 27, 2021, 4:20:55 PM GMT+6, Bhanu prasad Ch
wrote:
Hello Boris, I was thinking of passing number from the input to view
function call_me_when_ten()index.html..
views.pydef call_me_when_ten(request): if request.post == 'POST':
f. Let me do that, I will come back to the conversation after
Kind Regards
Eric Bawakuno | Computer Engineer | +27795639700| +27 815152254 |
eric...@gmail.com | Address: 29 Rochester Road, Observatory | Cape Town, South
Africa | 7925f
On Wed, May 19, 2021 at 4:23 PM Sharif Mehedi wrote:
Hi Shazia,
On Monday, June 7, 2021, 5:38:38 PM GMT+6, Shazia Nusrat
wrote:
>>> Hi,
>>> I need to update my orders model with available quantity and literals. My
>>> Orders are:
You can use GenericForenignKey field for such use case in your Orders Model.
see the doc:
https://
Hi Utkarsh,
Here's something for you to take a look at:
https://dev.lino-framework.org/welcome.html , it's an effort to make something
beautiful with application logic for which I find it interesting.
Take a look and if you have questions or opinions please feel free to contact
me personally.
Here's the django-official tutorial:
https://docs.djangoproject.com/en/3.2/intro/tutorial01/ On Wednesday, July
28, 2021, 8:58:25 PM GMT+6, Nagaraju Singothu
wrote:
Sir, please send me one tutorial.
On Wed, Jul 28, 2021 at 8:04 PM Sebastian Jung
wrote:
Hello Nagaruj,
Here in this for
Run: `git clone https://github.com/django/django`
On Wednesday, August 4, 2021, 7:11:56 PM GMT+6, Rana Zain
wrote:
Hi,Can anybody help me in running git clone django Project?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubs
25 matches
Mail list logo