Re: New Comer Alert !!!

2020-07-21 Thread Mike Dewhirst
Old comer alert!

There are those among us who will never have anything to do with facebook.

Here is where to look ...

https://www.djangoproject.com/community/




On 22/07/2020 1:29 pm, Exactly musty wrote:
> this is the reason am active on facebook, i get to get my problem
> solved than i do in
> stackoverflow https://web.facebook.com/groups/python.django
>
> On Wednesday, July 22, 2020 at 2:07:28 AM UTC+1, David Kyenshak wrote:
>
> Hello everyone, my name is David. I'm new to django. I've been
> doing django for Four months now and i must say I've enjoyed every
> bit of it. 
> Though i encountered challenges errors along the way, but its all
> worth it. once again i'm glad to be here and am happy to meet you
> guys.
> and please if there's a Whatsapp group or any social media
> platform you guys recommend, i'd be happy to join
>
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/89473571-00af-4ab7-9e15-e659d6293ac5o%40googlegroups.com
> .


-- 
Signed email is the only defence against phishing I know. This email
is signed with my private key using GPG. Because my public key could
be used to sign messages addressed to me I will reveal my public key
only to trusted correspondents. I trust you so please ask and I will
send it with a "howto" on making signed email work for you too.


-- 
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 
https://groups.google.com/d/msgid/django-users/758bf5ef-9840-2871-46a2-d233df8992ef%40dewhirst.com.au.


signature.asc
Description: OpenPGP digital signature


Re: Python-django project

2020-07-21 Thread sai Krishna
I am interested

On Tue, 21 Jul 2020, 11:12 pm Mahendra,  wrote:

> I am interested
>
> MAHENDRA YADAV
>
> On Tue, 21 Jul 2020, 8:39 am learn code,  wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>> .
>>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CAN-6G3zbJX6u79Nax6mb6b%2BoufQ7S_6nth7OXqjV9t3sF%3DQRzw%40mail.gmail.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CANuWcokWnHC55P5Mv9nhxh-%3Da%3DQU_U9YKYj3jgdJPsz_ZAdPbg%40mail.gmail.com.


Re: Not found media/some.jpg

2020-07-21 Thread Exactly musty
delete the media folder and add image again from your admin




On Wednesday, July 22, 2020 at 3:56:35 AM UTC+1, Salima Begum wrote:
>
> Hi all,
> Here, i am using three image fields in PostAd form. Images are not saved 
> to the media folder. Can anyone help me please.
>
> In models.py
>
> class classifieds(models.Model):
> title = models.CharField(max_length=60)
> description = models.CharField(max_length=600)
> price = models.IntegerField()
> image = models.ImageField(upload_to='photo/', null=True, blank=True)
> image2 = models.ImageField(upload_to='photo/', null=True, blank=True)
> image3 = models.ImageField(upload_to='photo/', null=True, blank=True)
> added_date = models.DateTimeField(editable=False)
> modified_date = models.DateTimeField()
>
> In settings.py:
>
> MEDIA_ROOT = os.path.join(BASE_DIR,'media')
> MEDIA_URL = *'/media/'*
>
> In urls.py(project urls):
>
> urlpatterns += static(settings.MEDIA_URL,
> document_root=settings.MEDIA_ROOT)
>
> In views.py:
>
> snippet of views.py
>
> if request.method == 'POST':
> title = request.POST['title']
> description = request.POST['description']
> price = request.POST['price']
> image = request.POST['image']
> image1 = request.POST['image1']
> image2 = request.POST['image2']
>
> I am getting this error 
>
> Thanks in advance
>
>
>

-- 
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 
https://groups.google.com/d/msgid/django-users/70cd5015-b614-4d58-9a94-3bfe5818630bo%40googlegroups.com.


Re: New Comer Alert !!!

2020-07-21 Thread Exactly musty
this is the reason am active on facebook, i get to get my problem solved 
than i do in stackoverflow https://web.facebook.com/groups/python.django

On Wednesday, July 22, 2020 at 2:07:28 AM UTC+1, David Kyenshak wrote:
>
> Hello everyone, my name is David. I'm new to django. I've been doing 
> django for Four months now and i must say I've enjoyed every bit of it. 
> Though i encountered challenges errors along the way, but its all worth 
> it. once again i'm glad to be here and am happy to meet you guys.
> and please if there's a Whatsapp group or any social media platform you 
> guys recommend, i'd be happy to join
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/89473571-00af-4ab7-9e15-e659d6293ac5o%40googlegroups.com.


Not found media/some.jpg

2020-07-21 Thread Salima Begum
Hi all,
Here, i am using three image fields in PostAd form. Images are not saved to
the media folder. Can anyone help me please.

In models.py

class classifieds(models.Model):
title = models.CharField(max_length=60)
description = models.CharField(max_length=600)
price = models.IntegerField()
image = models.ImageField(upload_to='photo/', null=True, blank=True)
image2 = models.ImageField(upload_to='photo/', null=True, blank=True)
image3 = models.ImageField(upload_to='photo/', null=True, blank=True)
added_date = models.DateTimeField(editable=False)
modified_date = models.DateTimeField()

In settings.py:

MEDIA_ROOT = os.path.join(BASE_DIR,'media')
MEDIA_URL = *'/media/'*

In urls.py(project urls):

urlpatterns += static(settings.MEDIA_URL,
document_root=settings.MEDIA_ROOT)

In views.py:

snippet of views.py

if request.method == 'POST':
title = request.POST['title']
description = request.POST['description']
price = request.POST['price']
image = request.POST['image']
image1 = request.POST['image1']
image2 = request.POST['image2']

I am getting this error

Thanks in advance

-- 
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 
https://groups.google.com/d/msgid/django-users/CAMSz6bmvebQcTgy5gSviOGDSfB_8454D%2BJVetdY%3D1cqiYz9xAg%40mail.gmail.com.


Re: How to trace circular import error Django never solved!! Please sort this out.

2020-07-21 Thread Chaitanya Sai
Can any one Look into this thing ??

On Tue, Jul 21, 2020 at 8:09 PM Sai  wrote:

> I am working Django rest framework api project, where I had multiple apps
> in the project. I got a circular import error when I am adding the app URLs
> to the main URLs. I Tried everything checked spellings, checked app
> structure but no use. Its been really frustrating with issue..please help
> to solve the problem. The app is working fine when I take off newly added
> line `path("covid/", include("Covid.urls")),`
>
> I am using python3.6, django 3.0.4 and django-rest-framework 3.11.0
>
> Here is project
> **urls.py**
>
>
> from django.contrib import admin
> from django.conf.urls import url
> from django.urls import path, include
> from rest_framework_swagger.views import get_swagger_view
>
> schema_view = get_swagger_view(title='TmmrwInc API Documentation')
>
> urlpatterns = [
> path('admin/', admin.site.urls),
> # path('', include('django.contrib.auth.urls')),
> # path('rest_auth/', include('rest_auth.urls')),
> path('api/password_reset/',
> include('django_rest_passwordreset.urls',
> namespace='password_reset')),
> # url(r'^invitations/', include('invitations.urls',
> namespace='invitations')),
> path('', include('rest_invitations.urls')),
> path("", include("UserAuth.urls")),
> path("doctors/", include("Administration.urls")),
> path("appointments/", include("Appointments.urls")),
> path("messaging/", include("messaging.urls")),
> path("meet/", include("meet.urls")),
> path("api_documentation/", schema_view),
> path("covid/", include("Covid.urls")),
> ]
>
> This is app **urls.py** file
>
> from django.urls import path
> from . import views
>
> app_name = 'Covid'
>
> urlpatterns = [
> path('event/', views.EventBookingView.as_view()),
> ]
>
> **settings.py** installed apps
>
> ALLOWED_HOSTS = ['*']
>
>
> # Application definition
>
> INSTALLED_APPS = [
> "django.contrib.admin",
> "django.contrib.auth",
> "django.contrib.sites",
> "django.contrib.contenttypes",
> "django.contrib.sessions",
> "django.contrib.messages",
> "django.contrib.staticfiles",
> "UserAuth",
> "rest_framework",
> "corsheaders",
> 'rest_framework.authtoken',
> 'rest_auth',
> 'Appointments',
> 'messaging',
> 'Administration',
> 'channels',
> 'invitations',
> 'rest_invitations',
> 'django_rest_passwordreset',
> 'django_celery_beat',
> 'meet',
> 'rest_framework_swagger',
>  'Covid',
>
> ]
>
> This is a project structure
>
> [Project Structure][1]
>
>
>   [1]: https://i.stack.imgur.com/E8qro.jpg
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/90296ccf-c893-4cf1-b57a-2da47396a2bbo%40googlegroups.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAPcTzRbuTv9FrDwa150qn%2BJdUa4zHNzsLLkLh4RP1xOr9%2BPrag%40mail.gmail.com.


New Comer Alert !!!

2020-07-21 Thread kyenshak david
Hello everyone, my name is David. I'm new to django. I've been doing django 
for Four months now and i must say I've enjoyed every bit of it. 
Though i encountered challenges errors along the way, but its all worth it. 
once again i'm glad to be here and am happy to meet you guys.
and please if there's a Whatsapp group or any social media platform you 
guys recommend, i'd be happy to join

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d98d3ef4-1859-4bb9-99eb-98591a1e61aeo%40googlegroups.com.


Re: How to trace circular import error Django never solved!! Please sort this out.

2020-07-21 Thread Mike Dewhirst
On 22/07/2020 10:08 am, Sai wrote:
> I am working Django rest framework api project, where I had multiple
> apps in the project. I got a circular import error when I am adding
> the app URLs to the main URLs. I Tried everything checked spellings,
> checked app structure but no use. Its been really frustrating with
> issue..please help to solve the problem. The app is working fine when
> I take off newly added line `path("covid/", include("Covid.urls")),`

I can't help specifically but generally maybe. I have never been able to
trace circular imports. Instead I just remove them and drop them into
the methods which need them.

At first glance "from django.conf.urls import url" seems to be unused.
I'd try again without it or if I missed something you could add re_path
to the django.urls imports.

Hope I haven't steered you down a blind alley.

M


>
> I am using python3.6, django 3.0.4 and django-rest-framework 3.11.0
>
> Here is project 
> **urls.py** 
>
>            
>     from django.contrib import admin
>     from django.conf.urls import url
>     from django.urls import path, include
>     from rest_framework_swagger.views import get_swagger_view
>     
>     schema_view = get_swagger_view(title='TmmrwInc API Documentation')
>     
>     urlpatterns = [
>         path('admin/', admin.site.urls),
>         # path('', include('django.contrib.auth.urls')),
>         # path('rest_auth/', include('rest_auth.urls')),
>         path('api/password_reset/',
>             include('django_rest_passwordreset.urls',
> namespace='password_reset')),
>         # url(r'^invitations/', include('invitations.urls',
> namespace='invitations')),
>         path('', include('rest_invitations.urls')),
>         path("", include("UserAuth.urls")),
>         path("doctors/", include("Administration.urls")),
>         path("appointments/", include("Appointments.urls")),
>         path("messaging/", include("messaging.urls")),
>         path("meet/", include("meet.urls")),
>         path("api_documentation/", schema_view),
>         path("covid/", include("Covid.urls")),
>     ]
>
> This is app **urls.py** file
>
>     from django.urls import path
>     from . import views
>     
>     app_name = 'Covid'
>     
>     urlpatterns = [
>         path('event/', views.EventBookingView.as_view()),
>     ]
>
> **settings.py** installed apps 
>
>     ALLOWED_HOSTS = ['*']
>     
>     
>     # Application definition
>     
>     INSTALLED_APPS = [
>         "django.contrib.admin",
>         "django.contrib.auth",
>         "django.contrib.sites",
>         "django.contrib.contenttypes",
>         "django.contrib.sessions",
>         "django.contrib.messages",
>         "django.contrib.staticfiles",
>         "UserAuth",
>         "rest_framework",
>         "corsheaders",
>         'rest_framework.authtoken',
>         'rest_auth',
>         'Appointments',
>         'messaging',
>         'Administration',
>         'channels',
>         'invitations',
>         'rest_invitations',
>         'django_rest_passwordreset',
>         'django_celery_beat',
>         'meet',
>         'rest_framework_swagger',
>          'Covid',
>     
>     ]
>
> This is a project structure
>
> [Project Structure][1]
>
>
>   [1]: https://i.stack.imgur.com/E8qro.jpg
> -- 
> 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
> https://groups.google.com/d/msgid/django-users/90296ccf-c893-4cf1-b57a-2da47396a2bbo%40googlegroups.com
> .

-- 
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 
https://groups.google.com/d/msgid/django-users/68400690-f3b1-305e-83b1-577767bc7469%40dewhirst.com.au.


signature.asc
Description: OpenPGP digital signature


How to trace circular import error Django never solved!! Please sort this out.

2020-07-21 Thread Sai
I am working Django rest framework api project, where I had multiple apps 
in the project. I got a circular import error when I am adding the app URLs 
to the main URLs. I Tried everything checked spellings, checked app 
structure but no use. Its been really frustrating with issue..please help 
to solve the problem. The app is working fine when I take off newly added 
line `path("covid/", include("Covid.urls")),`

I am using python3.6, django 3.0.4 and django-rest-framework 3.11.0

Here is project 
**urls.py** 

   
from django.contrib import admin
from django.conf.urls import url
from django.urls import path, include
from rest_framework_swagger.views import get_swagger_view

schema_view = get_swagger_view(title='TmmrwInc API Documentation')

urlpatterns = [
path('admin/', admin.site.urls),
# path('', include('django.contrib.auth.urls')),
# path('rest_auth/', include('rest_auth.urls')),
path('api/password_reset/',
include('django_rest_passwordreset.urls', 
namespace='password_reset')),
# url(r'^invitations/', include('invitations.urls', 
namespace='invitations')),
path('', include('rest_invitations.urls')),
path("", include("UserAuth.urls")),
path("doctors/", include("Administration.urls")),
path("appointments/", include("Appointments.urls")),
path("messaging/", include("messaging.urls")),
path("meet/", include("meet.urls")),
path("api_documentation/", schema_view),
path("covid/", include("Covid.urls")),
]

This is app **urls.py** file

from django.urls import path
from . import views

app_name = 'Covid'

urlpatterns = [
path('event/', views.EventBookingView.as_view()),
]

**settings.py** installed apps 

ALLOWED_HOSTS = ['*']


# Application definition

INSTALLED_APPS = [
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.sites",
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"UserAuth",
"rest_framework",
"corsheaders",
'rest_framework.authtoken',
'rest_auth',
'Appointments',
'messaging',
'Administration',
'channels',
'invitations',
'rest_invitations',
'django_rest_passwordreset',
'django_celery_beat',
'meet',
'rest_framework_swagger',
 'Covid',

]

This is a project structure

[Project Structure][1]


  [1]: https://i.stack.imgur.com/E8qro.jpg

-- 
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 
https://groups.google.com/d/msgid/django-users/90296ccf-c893-4cf1-b57a-2da47396a2bbo%40googlegroups.com.


Re: can't find index

2020-07-21 Thread Ralph Barhydt
Superb answer.  To the point, relevant and accurate.  Very helpful.  I 
don't understand the intent of the other two answers.  Chastising? Thank 
you Liu Zheng...

On Saturday, July 18, 2020 at 6:48:18 AM UTC-7, Liu Zheng wrote:
>
> I believe you were following the official tutorial on Django's website, 
> and has created a view function called "index" in "polls" app, which was 
> wired to "/polls" url. All the codes were exactly the same as provided in 
> the tutorial. The mistake you made was when you opened the browser and 
> typed "http://localhost:8000/index;. You shouldn't view "/index". It's 
> the name of the view function, not the name of the end point. As you can 
> see on the error page, you provided views at "polls/" and "admin/". So you 
> just go to "http://localhost:8000/polls; and will see your page there.
>
> On Saturday, July 18, 2020 at 5:21:25 AM UTC+8, Ralph Barhydt wrote:
>>
>>
>> I have done the first part of the tutorial many times and suddenly, doing 
>> it one more time, I get this message.  I am in the right directory and I 
>> have checked the code in urls.py many time as well.  What is going on?
>>
>>
>>
>>
>>
>> ```
>> Page not found (404)
>> Request Method: GET
>> Request URL: http://localhost:8000/index
>>
>> Using the URLconf defined in rbsite.urls, Django tried these URL 
>> patterns, in this order:
>>
>>1. polls/
>>2. admin/
>>
>> The current path, index, didn't match any of these.
>>
>> You're seeing this error because you have DEBUG = True in your Django 
>> settings file. Change that to False, and Django will display a standard 
>> 404 page.
>>
>> ```
>>
>

-- 
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 
https://groups.google.com/d/msgid/django-users/29aea367-987c-4ebe-a3f3-6c4008d11126o%40googlegroups.com.


Django app to PWA

2020-07-21 Thread Anirudh choudhary
Hello everyone

can anyone share me the link how to make your webpage to Progressive web app

i have tried

django-pwa and other package


Thankyou

-- 
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 
https://groups.google.com/d/msgid/django-users/CAL8_rkH6u%2BJE1CpGWYYsWPPAnnpS2H71sEXiUBQfTTj8rheqxA%40mail.gmail.com.


Secure Way to send token to javascript

2020-07-21 Thread Anirudh choudhary
Hello everyone

I am Making a website on which I am extracting the data from API using ajax
request. To Secure my API I use restframe.authtoken.when I am using inline
javascript in base.html. I am passing my Token as context data to HTML file
and using it but now I put my javascript in static storage. and now I am
not able to get the Token and I am getting 401 error on ajax request

Someone, please help I want to make API secure and accessible to the user


for more information to get deep about question write back to me

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL8_rkH2fik3sDXvRtg8tf-5Lwkk9sEfAkwWC0f0NxkFLn%2BqTw%40mail.gmail.com.


Re: manage.py is giving me an error

2020-07-21 Thread Jagtar Singh Lakhyan
Use python3 & install if Not installed

On Tue, Jul 21, 2020 at 11:19 PM Kovy Jacob  wrote:

> Jacob-Mac-mini:TachlisGeredt kovyjacob$ python manage.py runserver
> 0.0.0.0:8000
>
>   File "manage.py", line 16
>
> ) from exc
>
>  ^
>
> SyntaxError: invalid syntax
>
>
> why am I getting an error, I never edited manage.py
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/5cb39a87-ebcf-4c2d-8dce-d39274eba858o%40googlegroups.com
> 
> .
>


-- 

*jagtar singh*founder & CEO
LinkedIn  
Twitter 

web 1: Network 
web 2: WMS 
web 3: Conference 

Android App 1: Network

Android App 2: WMS

Android App 3: Conference


Instagram 
LinkedIn

LinkedIn2 
Twitter 
*IITIAN'S ADVANCED SCHOOL OF COMPETITION PVT. LTD.
*



-- 
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 
https://groups.google.com/d/msgid/django-users/CAD1gXQGAKf6yHApzB--mPizZi9gGour1qtaXwF%2BqZbeDUq5qgg%40mail.gmail.com.


manage.py is giving me an error

2020-07-21 Thread Kovy Jacob


Jacob-Mac-mini:TachlisGeredt kovyjacob$ python manage.py runserver 
0.0.0.0:8000

  File "manage.py", line 16

) from exc

 ^

SyntaxError: invalid syntax


why am I getting an error, I never edited manage.py

-- 
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 
https://groups.google.com/d/msgid/django-users/5cb39a87-ebcf-4c2d-8dce-d39274eba858o%40googlegroups.com.


Re: Import csv file on django view

2020-07-21 Thread Liu Zheng
Hi. First of all, I think it's impossible to perfectly detect encoding 
without further information. See the answer in this SO post: 
https://stackoverflow.com/questions/436220/how-to-determine-the-encoding-of-text
 There 
are many packages and tools to help detect encoding format, but keep in 
mind that they are only giving educated guesses. (Most of the time, the 
guess is correct, but do check the dev page to see whether there are known 
issues related to your problem.)

Now let's say you have decided to use chardet. Check its doc page for the 
usage: https://chardet.readthedocs.io/en/latest/usage.html#usage You'll 
have more than one solutions. Here are some examples:

1. If the files uploaded to your server are all expected to be small csv 
files (less than a few MB and not many users do it concurrently), you can 
do the following:

#in the view to handle the uploaded file: (assume file input name is just 
"file")
file_content = request.FILES['file'].read()
chardet.detect(file_content)

2. Also, chardet seems to support incremental (line-by-line) detection 
https://chardet.readthedocs.io/en/latest/usage.html#example-detecting-encoding-incrementally

Given this, we can also read from requests.FILES line by line and pass each 
line to chardet

from chardet.universaldetector import UniversalDetector

#somewhere in a view function
detector = UniversalDetector()
file_handle = request.FILES['file']
for line in file_handle:
detector.feed(line)
if detector.done: break
detector.close()
# result available as a dict at detector.result





On Tuesday, July 21, 2020 at 7:09:35 AM UTC+8, Ronaldo Mata wrote:
>
> How to deal with encoding when you try to read a csv file on view.
>
> I have a view to upload csv file, in this view I read file and save each 
> row as new record.
>
> My bug is when I try to upload a csv file with a differente encoding (not 
> UTF-8)
>
> how to handle this on django (using request.FILES) I was researching and I 
> found chardet but I don't know how to pass it a request.FILES. I need help 
> please.
>

-- 
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 
https://groups.google.com/d/msgid/django-users/64307441-0e65-45a2-b917-ece15a4ea729o%40googlegroups.com.


Interested

2020-07-21 Thread Mahendra Yadav
avulamahen...@gmail.com

-- 
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 
https://groups.google.com/d/msgid/django-users/169ee8ae-72b5-4ea3-980b-93b647826736o%40googlegroups.com.


Re: Python-django project

2020-07-21 Thread Mahendra
I am interested

MAHENDRA YADAV

On Tue, 21 Jul 2020, 8:39 am learn code,  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAN-6G3zbJX6u79Nax6mb6b%2BoufQ7S_6nth7OXqjV9t3sF%3DQRzw%40mail.gmail.com.


Where to check detailed info (reference page, not the topics page) about contrib.auth.views.LogoutView?

2020-07-21 Thread Liu Zheng
Hi guys,

I'm trying to solve a simple problem: add a message "You've logged out!" 
After redirecting user to login page. I got one nice solution at 
https://stackoverflow.com/questions/11393929/django-message-when-logout

from django.contrib.auth.views import LogoutView

class YourCustomLogoutView(LogoutView):

def get_next_page(self):
next_page = super(YourCustomLogoutView, self).get_next_page()
messages.add_message(
self.request, messages.SUCCESS,
'You successfully log out!'
)
return next_page


This made me interested in checking what methods are available in 
LogoutView and which are good to be overloaded. I then was looking for the 
reference page in Django's doc.

I found several lines about `LogoutView` 
in 
https://docs.djangoproject.com/en/3.0/topics/auth/default/#django.contrib.auth.views.LogoutView,
 
but not every method of this class was given here. I know Django's doc has 
tutorials, topics and refs, ordered by detailedness. However, when I tried 
to use the search bar in django's website, also didn't get a ref page for 
LogoutView. (Also cannot find such a page in google)

This question can be generalized: If I'm looking for the detailed 
information of some django object, how can I obtain it efficiently?


Thanks and regards,
Zheng

-- 
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 
https://groups.google.com/d/msgid/django-users/f2c47ae9-63a6-437c-bd53-1ec9e75b520eo%40googlegroups.com.


Re: Python-django project

2020-07-21 Thread Madhav Nandan
Interested.

email: mnanda...@gmail.com

Github: https://github.com/madhav06
LinkedIn: https://www.linkedin.com/in/madhav-nandan-a7809a8b/

On Tue, Jul 21, 2020 at 8:23 PM Mangal Is Back 
wrote:

> if anym=one have books ore anything related to django and its
> database.please share it
>
>
> On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku  wrote:
>
>> interested
>>
>> On Tue, Jul 21, 2020 at 4:09 AM learn code 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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
>>> https://groups.google.com/d/msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>>> .
>>>
>>
>>
>> --
>> Daniel Njoku
>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/CANkB3EARWq7ByXUmNuzVUFGyGuDK%3D1THrfQHqsAH8JhbnbRv-A%40mail.gmail.com
>> 
>> .
>>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CAMMJTYKNfuHBr7fFQWpKBEedxPpAYDOxE%3DKPv%2B9qrHw%2BpOA-4A%40mail.gmail.com
> 
> .
>


-- 
Madhav Nandan

-- 
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 
https://groups.google.com/d/msgid/django-users/CAGXYL6%2Bt1PiGoh7%3DiCB5R5DL%2B5qSF9%3DK7cDy9TwWMWraXXps9Q%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread Aouinti Mahmoud
Interested

Le mar. 21 juil. 2020 à 16:53, Mangal Is Back  a
écrit :

> if anym=one have books ore anything related to django and its
> database.please share it
>
>
> On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku  wrote:
>
>> interested
>>
>> On Tue, Jul 21, 2020 at 4:09 AM learn code 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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
>>> https://groups.google.com/d/msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>>> .
>>>
>>
>>
>> --
>> Daniel Njoku
>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/CANkB3EARWq7ByXUmNuzVUFGyGuDK%3D1THrfQHqsAH8JhbnbRv-A%40mail.gmail.com
>> 
>> .
>>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CAMMJTYKNfuHBr7fFQWpKBEedxPpAYDOxE%3DKPv%2B9qrHw%2BpOA-4A%40mail.gmail.com
> 
> .
>


-- 
*Aouinti Mahmoud*
*Ingénieur Logiciel*
*NEOPOLIS DEVELOPPEMENT*
*GSM: (+216) 25.003.709*

-- 
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 
https://groups.google.com/d/msgid/django-users/CALXEEgkmv8r5HRtNEGP%2B5PySVi6%3Di2FQ65L_AXO4eQtqOa9svQ%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread dr neyx de godlove
interested

On Tue, Jul 21, 2020 at 5:53 PM Mangal Is Back 
wrote:

> if anym=one have books ore anything related to django and its
> database.please share it
>
>
> On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku  wrote:
>
>> interested
>>
>> On Tue, Jul 21, 2020 at 4:09 AM learn code 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I am learning python and django, like to work on the projects to improve
>>> more.If any one interested to join with me to work on the projects,plz send
>>> me a email.
>>>
>>> --
>>> 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
>>> https://groups.google.com/d/msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>>> .
>>>
>>
>>
>> --
>> Daniel Njoku
>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/CANkB3EARWq7ByXUmNuzVUFGyGuDK%3D1THrfQHqsAH8JhbnbRv-A%40mail.gmail.com
>> 
>> .
>>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CAMMJTYKNfuHBr7fFQWpKBEedxPpAYDOxE%3DKPv%2B9qrHw%2BpOA-4A%40mail.gmail.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAJofND6gf6n7XPr%3DwhxXfxSxV%3DaNGC0%3DS4wLax4-9mFUTNDJoA%40mail.gmail.com.


Re: Using primary key to update via POST request.

2020-07-21 Thread Liu Zheng
Hi, do you mean in the GET request, the user provides the pk (perhaps in
URL) or the server sends to users an object where pk is a field?

If it's the former, then @George's answer is the right one. An example of
what you are trying to achieve will be helpful.

Best
Zheng

On Tue, Jul 21, 2020 at 1:05 AM George  wrote:

> You use request.GET['choice_filed']
>
> On Monday, July 20, 2020 at 9:14:48 AM UTC+5:30, Arpana Mehta wrote:
>>
>> Hi,
>> I have a class with a GET and a POST request. I am sending the data (
>> with pk of the object ) in my GET request and I want the frontend to use
>> that pk to refer to the exact instance of the model whenever doing any
>> operation.
>>
>> In my POST request I am only sending the `choice field` value. How do I
>> use the pk received in GET?
>>
>> Thanks and regards,
>> Arpana Mehta
>>
> --
> 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
> https://groups.google.com/d/msgid/django-users/75e78c32-6736-45a0-ab66-9406dc87dc5do%40googlegroups.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAGQ3pf9yD2GW%3DZbihCcaJWK%2BtQ%2Bodv_yVOtuhe%2Bf_YtBs8wSTQ%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread Mangal Is Back
if anym=one have books ore anything related to django and its
database.please share it


On Tue, Jul 21, 2020 at 4:53 PM Daniel Njoku  wrote:

> interested
>
> On Tue, Jul 21, 2020 at 4:09 AM learn code 
> wrote:
>
>> Hi everyone,
>>
>> I am learning python and django, like to work on the projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
>> .
>>
>
>
> --
> Daniel Njoku
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CANkB3EARWq7ByXUmNuzVUFGyGuDK%3D1THrfQHqsAH8JhbnbRv-A%40mail.gmail.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAMMJTYKNfuHBr7fFQWpKBEedxPpAYDOxE%3DKPv%2B9qrHw%2BpOA-4A%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread yassin ndaye
interest

On Tue, 21 Jul 2020 at 08:09, Ogunsanya Opeyemi 
wrote:

> Hi i am intrested
>
> On Tuesday, July 21, 2020, Ernest Thuku  wrote:
>
>> Interested
>>
>> On Tue, Jul 21, 2020, 07:45 yammuna pari  wrote:
>>
>>> Hai I am interested
>>>
>>> Regards,
>>>
>>> Yamuna
>>>
>>> On Tue, Jul 21, 2020 at 11:16 AM Nagaraju Singothu <
>>> nagarajusingoth...@gmail.com> wrote:
>>>
 Interested

 On Tue 21 Jul, 2020, 8:40 AM learn code >>>
> Hi everyone,
>
> I am learning python and django, like to work on the projects to
> improve more.If any one interested to join with me to work on the
> projects,plz send me a email.
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
> .
>
 --
 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
 https://groups.google.com/d/msgid/django-users/CAMyGuAbu-z8uDwS9KS%3Df4c7sMkgtLrM5cN4AHz6d3dM-7CVN6Q%40mail.gmail.com
 
 .

>>> --
>>> 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
>>> https://groups.google.com/d/msgid/django-users/CAKTtA5ZO58xHtJhw14pUUC%3DtxHeVVDCvZ%3DCrSgpC8ZV4ARnaGw%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/CAPsfuodEf96BcFWhVnzM%2BEkhb4D7-oYPWnJOdeiFU69BgeutBg%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> OGUNSANYA OPEYEMI
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/CABJxPrGLskwn93K1CR1WNjxj4raXMGBKi3-MMt2g9DUu0kKUBQ%40mail.gmail.com
> 
> .
>


-- 
 -
*Mieux s'informer, mieux se developper*







*Tel: +243972727228
   +243853253569
+250782717723Skype:
ndaye.binTwitter: @amiyassinFacebook: Yassin Ndaye*
Web: *www.emergence-groupe.com  *

-- 
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 
https://groups.google.com/d/msgid/django-users/CACXVoVv0UsRQZ6Px%3DqApgk6Xm%2BN3SgyQVW48%2BV5ocvvLT8CgfQ%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread Daniel Njoku
interested

On Tue, Jul 21, 2020 at 4:09 AM learn code  wrote:

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
> .
>


-- 
Daniel Njoku

-- 
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 
https://groups.google.com/d/msgid/django-users/CANkB3EARWq7ByXUmNuzVUFGyGuDK%3D1THrfQHqsAH8JhbnbRv-A%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread Tobi DEGNON
Interested, what kind of projects is it ?

Le mar. 21 juill. 2020 04 h 10, learn code  a
écrit :

> Hi everyone,
>
> I am learning python and django, like to work on the projects to improve
> more.If any one interested to join with me to work on the projects,plz send
> me a email.
>
> --
> 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
> https://groups.google.com/d/msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%40googlegroups.com
> .
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CACeK5bkiqZD6Wm1inPHXD3qC6ZZ6RgQDUNTQfNdaYKzHWQPRcQ%40mail.gmail.com.


Re: Python-django project

2020-07-21 Thread ROHINI PUNDE
I am interested to work on projects,I send my email-id please see it.
email-punderoh...@gmail.com

On Monday, July 20, 2020 at 8:09:08 PM UTC-7, learn code wrote:
>
> Hi everyone, 
>
> I am learning python and django, like to work on the projects to improve 
> more.If any one interested to join with me to work on the projects,plz send 
> me a email.
>

-- 
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 
https://groups.google.com/d/msgid/django-users/df0f2c44-597d-4eec-bf13-832eb8236263o%40googlegroups.com.


Re: Python-django project

2020-07-21 Thread Chuck Yu
Interested.

On Monday, July 20, 2020 at 8:09:08 PM UTC-7, learn code wrote:
>
> Hi everyone, 
>
> I am learning python and django, like to work on the projects to improve 
> more.If any one interested to join with me to work on the projects,plz send 
> me a email.
>

-- 
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 
https://groups.google.com/d/msgid/django-users/61a0ba00-6657-43bf-b28c-ea7e45c3ad07o%40googlegroups.com.


Re: Python-django project

2020-07-21 Thread Ogunsanya Opeyemi
Hi i am intrested

On Tuesday, July 21, 2020, Ernest Thuku  wrote:

> Interested
>
> On Tue, Jul 21, 2020, 07:45 yammuna pari  wrote:
>
>> Hai I am interested
>>
>> Regards,
>>
>> Yamuna
>>
>> On Tue, Jul 21, 2020 at 11:16 AM Nagaraju Singothu <
>> nagarajusingoth...@gmail.com> wrote:
>>
>>> Interested
>>>
>>> On Tue 21 Jul, 2020, 8:40 AM learn code >>
 Hi everyone,

 I am learning python and django, like to work on the projects to
 improve more.If any one interested to join with me to work on the
 projects,plz send me a email.

 --
 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 https://groups.google.com/d/
 msgid/django-users/e7116e9b-9458-4f49-a638-135c4b5874e0o%
 40googlegroups.com.

>>> --
>>> 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 https://groups.google.com/d/
>>> msgid/django-users/CAMyGuAbu-z8uDwS9KS%3Df4c7sMkgtLrM5cN4AHz6d3dM-
>>> 7CVN6Q%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> 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 https://groups.google.com/d/
>> msgid/django-users/CAKTtA5ZO58xHtJhw14pUUC%3DtxHeVVDCvZ%
>> 3DCrSgpC8ZV4ARnaGw%40mail.gmail.com
>> 
>> .
>>
> --
> 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 https://groups.google.com/d/
> msgid/django-users/CAPsfuodEf96BcFWhVnzM%2BEkhb4D7-
> oYPWnJOdeiFU69BgeutBg%40mail.gmail.com
> 
> .
>


-- 
OGUNSANYA OPEYEMI

-- 
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 
https://groups.google.com/d/msgid/django-users/CABJxPrGLskwn93K1CR1WNjxj4raXMGBKi3-MMt2g9DUu0kKUBQ%40mail.gmail.com.