Re: Login using social network

2016-11-19 Thread Arindam sarkar
Use Python social auth ... It works great

On Nov 19, 2016 4:53 PM, "palansh agarwal"  wrote:

> Hey,
>
> You can use a third party app like `django allauth` which beautifully
> handles above requirements.
>
> Cheers,
>
> *Palansh Agarwal | +918239026608 |+919461787317
> *
>
> *Co-Founder and CTO at EventGraphia Pvt. Ltd. *
> [image: https://www.facebook.com/palansh.agarwal]
> 
>     [image:
> https://github.com/py-geek] 
>
> On Sat, Nov 19, 2016 at 4:03 PM, ABDUSALAAM HOLLER <
> kingphard4hol...@gmail.com> wrote:
>
>> How to login to my website using the normal login and social network like
>> gmail and facebook django
>>
>> --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/abb045aa-8cbf-409b-b440-d7172d8d473c%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAPCyp%2B9gB7UmE9U0Y5XJBqWse0NP7QqsFR
> _jhkVo4sNkbjdMXg%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrD1TdnxVrqy6S0TXrCSB-4Ft_i_i7FGOdNjnpjnoft9uA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Django with node js

2016-07-18 Thread Arindam sarkar
I want node server to provide notifications for django request.user ...
means node server would updated notifications in real time using socket.io
for the logged in user

On Jul 18, 2016 10:39 PM, "ludovic coues"  wrote:

> It depends on how django and node JS interact together, what they are
> used for, etc...
>
> 2016-07-18 18:58 GMT+02:00 Arindam sarkar :
> > I have a situation where I want to use django with node JS my problem is
> how
> > do I share user session data among django and notes server?
> >
> > --
> > 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 post to this group, send email to django-users@googlegroups.com.
> > Visit this group at https://groups.google.com/group/django-users.
> > To view this discussion on the web visit
> >
> https://groups.google.com/d/msgid/django-users/CAGnF%2BrBw%3D-OZsSFcqZysVGS1pt3Ay10mix_2g%2BkD-PdzOeL8bQ%40mail.gmail.com
> .
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
>
> Cordialement, Coues Ludovic
> +336 148 743 42
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAEuG%2BTbb0VOwiqt6M9GJCgMNijy%2Bqh09cWSLcPiKAdfy%3DkXDNw%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrA%3DRY9TqMVtn6eBUhv_2ghQ8r4065BXHZbcxf4ZMeE6bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Django with node js

2016-07-18 Thread Arindam sarkar
I have a situation where I want to use django with node JS my problem is
how do I share user session data among django and notes server?

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrBw%3D-OZsSFcqZysVGS1pt3Ay10mix_2g%2BkD-PdzOeL8bQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to see error in django coding while i am using it through server/web ?

2016-07-18 Thread Arindam sarkar
Please add your error log . Is your project in production server? Add your
server details.

On Jul 18, 2016 10:16 PM, "Asad ur Rehman" 
wrote:

> Hello ! i am using django. when i  tested  it always gives Urls error
> instead of correct error .. How can i get correct error instead of Urls
> error.
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/4eebf530-6e63-414d-b165-51d898981ff3%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrCCwbS7mUXf77EarqULur3nuxmrJ07RL%3DcRsCZNwwtEYQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Drop down dependent on two other form fields

2016-01-04 Thread Arindam sarkar
Hello,
In my project I have a from in which there is three drop down. The 3rd drop
down is depended on the selected values of the above two drop downs . How
can I go for the implementation of it . Please show me a way.

-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrAfuN_s7bT1o3Hth9gY2FxY6Mc2MbBfTc0_Gm%2BWQTDPsA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Timer for online examination

2015-11-16 Thread Arindam sarkar
I am developing an online examination website. And having difficulty
implementing the timer .
Any one have done it or something related to countdown timer in django ?

-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrAAv5DYpPWVxxOGV8%2BsE_w%3DKEhYSnBVArnRTggPuWXfyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: DJANGO

2015-09-10 Thread Arindam sarkar
The django tutorial itselt
https://docs.djangoproject.com/en/1.8/intro/tutorial01/
On Thu, Sep 10, 2015 at 8:00 PM, Nishant Shetty 
wrote:

> BEST DJANGO TUTORIAL ON WEB?
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/e00fdb5d-2d0c-4b34-8ebc-d794ec46ed1d%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrAiiXMUH0nhBWhdTGSai85ZEDhRH4QWbibu5sfrx4YyaQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Multiple model form (not in line) on same page

2015-09-07 Thread Arindam sarkar
Friends ,
I need to put two model forms on my home page (
http://www.schoolofdelopers.in
).
Right now there is only one form (Quick inquiry form) , i am using create
view for now. How to put one more model form on the same page ? Please help.

-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrCV_D5JmJUwSbTuqFLCbU52%2BNoNHRZxz8wDyAh0%2BHHMmA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: What I need to know to be a Django full stack developer?

2015-09-04 Thread Arindam sarkar
1. Python
2.Django
3.html
4.css
5.js
6.ajax

On Fri, Sep 4, 2015 at 7:24 PM, Bill Blanchard 
wrote:

> Full stack implies that you are competent working on the front end
> (HTML/CSS/Javascript), back end (Django/Python), and database (to a lesser
> extent).  You don't necessarily have to be an amazing designer to consider
> yourself "full stack", but you need to be able to do basic front end
> layouts and some javascript work.
>
> On Fri, Sep 4, 2015 at 9:29 AM, Luis Zárate  wrote:
>
>> Hello everyone,
>>
>> I am looking for a remote job in the web, and in various sites are
>> looking for Django full stack developer.  I know several libraries and
>> programs related with Django so  I ask me what I need to know to be a full
>> stack developer?
>> I want to learn the tecnologies that I unknow, because I really want to
>> have well background in Django and derivates.
>>
>> So my question is
>>
>> What I need to know to be a Django full stack developer?
>>
>> --
>> "La utopía sirve para caminar" Fernando Birri
>>
>>
>> --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-users
>> 
>> .
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAG%2B5VyPRORsGnQN_Zo8Xwm9Er20nZO0_3eSO_1cBEbOzQTNn0g%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout
>> 
>> .
>>
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users
> 
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAP7uEDLZTLGWXPd%3DMhTZi3myvkr%2B89ZjvU%2BzJQ61jht%2BQ2SqBA%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout
> 
> .
>



-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrD8zoREM6-JjP7Xh6HNxUkX7o8fDCYUYh%2Ba6Z%3DaWGfOFg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google indexing issue

2015-09-01 Thread Arindam sarkar
@james , Thanks for your time and advice .

On Tue, Sep 1, 2015 at 11:34 PM, James Schneider 
wrote:

> The front landing page does not have any links leading to the internals of
> the website, which may be a big problem when it comes to web crawlers.
> However, I've never done/cared about SEO, so the sitemap you submitted may
> be enough for Google to get around it. Regardless, I would still recommend
> having a hard link on the landing page that allows users to continue to the
> actual site without the need for JS.
>
> You also have no robots.txt file in the root, which may be helpful for
> crawlers and your SEO score.
>
> I just attempted a naive crawl of your site using wget, and confirmed the
> above.
>
> There should be dozens of SEO checklists on the Internet, make sure you do
> the research and validate that your site is SEO ready. Of course there are
> also companies dedicated to such practices for hire.
>
> -James
>
> On Tue, Sep 1, 2015 at 10:51 AM, Arindam sarkar 
> wrote:
>
>> Guys I have submitted to google webmaster couple of days ago but only 1
>> (one page is indexed so far). I am using django's sitemap app for creating
>> my site map. Any Idea what may be the reason for not getting indexed by
>> google .
>> My website link :
>> <https://contactmonkey.com/api/v1/tracker?cm_session=45cc0890-46fa-48e3-a60a-4d50c5f89fab&cm_type=link&cm_link=f9c270a9-4421-482c-a089-9faae28976a3&cm_destination=http://www.schoolofdevelopers.in>
>> www.schoolofdevelopers.in
>> <https://contactmonkey.com/api/v1/tracker?cm_session=f050c7dd-7d3b-4f34-95df-7eb736960f9a&cm_type=link&cm_link=52160aea-e253-40a4-8437-750ddeb6885f&cm_destination=http://www.schoolofdevelopers.in>
>>
>> --
>> Regards,
>>
>> Arindam
>>
>> Contact no. 08732822385
>>
>>
>> --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-users
>> <https://contactmonkey.com/api/v1/tracker?cm_session=f050c7dd-7d3b-4f34-95df-7eb736960f9a&cm_type=link&cm_link=fed8865f-211a-4974-8073-44b0e6e5d490&cm_destination=http://groups.google.com/group/django-users>
>> .
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAGnF%2BrDtuAgo-vM99qT-BPuKOkXq7dbj0MnFsy8mkyhHHyDynA%40mail.gmail.com
>> <https://contactmonkey.com/api/v1/tracker?cm_session=f050c7dd-7d3b-4f34-95df-7eb736960f9a&cm_type=link&cm_link=f39b889a-2c68-4c0b-9531-5ddc54885eb6&cm_destination=https://groups.google.com/d/msgid/django-users/CAGnF%2BrDtuAgo-vM99qT-BPuKOkXq7dbj0MnFsy8mkyhHHyDynA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout
>> <https://contactmonkey.com/api/v1/tracker?cm_session=f050c7dd-7d3b-4f34-95df-7eb736960f9a&cm_type=link&cm_link=24c8191a-a136-40e0-aa77-46c60f8f14e8&cm_destination=https://groups.google.com/d/optout>
>> .
>>
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users
> <https://contactmonkey.com/api/v1/tracker?cm_session=f050c7dd-7d3b-4f34-95df-7eb736960f9a&cm_type=link&cm_link=e78cec7e-b3a1-47b7-b679-c4ca17e63914&cm_destination=http://groups.google.com/group/django-users>
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CA%2Be%2BciUdNx53uvyqurp-2%3DsVUDT9BBmcFNCD%2BRFOL983D-%3DUnQ%40mail.gmail.com
> <https://contactmonkey.com/api/v1/tracker?cm_session=f050c7dd-7d3b-4f34-95df-7eb736960f9a&cm_type=link&cm_link=39463bb8-1671-4998-9d30-48a89c446f8d&cm_destination=https://groups.google.com/d/msgid/django-users/CA%2Be%2BciUdNx53uvyqurp-2%3DsVUDT9BBmcFNCD%2BRFOL983D-%3DUnQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout
> <https://contactmonkey.com/api/v1/tracker?cm_session=f050c7dd-7d3b-4f34-95df-7eb736960f9a&cm_type=link&cm_link=11d2d82a-453f-40a8-831b-f6d9cfa8502f&cm_destination=https://groups.google.com/d/optout>
> .
>



-- 

Re: Google indexing issue

2015-09-01 Thread Arindam sarkar
I am just wondering is it some issue with djago ,sir.
On Tue, Sep 1, 2015 at 11:29 PM, François Schiettecatte <
fschietteca...@gmail.com> wrote:

> Shouldn’t you be asking google that?
>
> I recall they had pretty good tools for diagnosing crawler issues.
>
> Cheers
>
> François
>
> > On Sep 1, 2015, at 1:51 PM, Arindam sarkar 
> wrote:
> >
> > Guys I have submitted to google webmaster couple of days ago but only 1
> (one page is indexed so far). I am using django's sitemap app for creating
> my site map. Any Idea what may be the reason for not getting indexed by
> google .
> > My website link : www.schoolofdevelopers.in
> >
> > --
> > Regards,
> >
> > Arindam
> >
> > Contact no. 08732822385
> >
> >
> >
> >
> > --
> > 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 post to this group, send email to django-users@googlegroups.com.
> > Visit this group at http://groups.google.com/group/django-users.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAGnF%2BrDtuAgo-vM99qT-BPuKOkXq7dbj0MnFsy8mkyhHHyDynA%40mail.gmail.com
> .
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/F752E49D-CD2E-4DE3-8A65-633BDCEAADAC%40gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrCSz4H7qBHE3hRoMTU6QMsAip-mcWTo1XWkXXzELE69OQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Google indexing issue

2015-09-01 Thread Arindam sarkar
Guys I have submitted to google webmaster couple of days ago but only 1
(one page is indexed so far). I am using django's sitemap app for creating
my site map. Any Idea what may be the reason for not getting indexed by
google .
My website link : www.schoolofdevelopers.in


-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrDtuAgo-vM99qT-BPuKOkXq7dbj0MnFsy8mkyhHHyDynA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: folder created by django startproject is empty

2015-08-18 Thread Arindam sarkar
1.7.9 is quite old version as on date . Current stable version is 1.8.3
.get the latest one .

On Tue, Aug 18, 2015 at 7:28 PM, AAKASH GOYAL  wrote:

> Hi Guys,
>
> I am new to Django and installed it using the steps mentioned in
> http://www.djangobook.com/en/2.0/chapter02.html
> 
> After installation, when i did -> django-admin.py
> 
> startproject trial2, it created the folder trial2 but no files created
> inside it.
> I tried to google but not able to find solution.
>
> Output of django-admin.py
> 
> --version  is 1.7.9.
>
> Can anyone please help me out?
>
> Regards,
> Aakash
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users
> 
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/36238ff9-6201-4ddc-9026-f74fc6846029%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout
> 
> .
>



-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrBGbrCG0fvFW4Pw02hEqe92V_EBT3m-KRjgGpkqpM6yCg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


django sales and inventory project

2015-07-18 Thread Arindam sarkar
i am developing a sales and inventory app. can i get a reference to any
open source code to look up...
-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrA872ZnM%3D5pA5TkeaeUp%2BVDCJJSpQNKaunM3jMesxG82g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: django unique email id model

2015-06-27 Thread Arindam sarkar
django 1.8 . which user model should i use ? custom or built in one ?
please help.
On Sun, Jun 28, 2015 at 12:14 AM, Gergely Polonkai 
wrote:

> Hello,
>
> this depends on a load of things. Which version of Django do you use? Do
> you have a custom user model, or you use the built in one?
>
> Best,
> Gergely
> On 27 Jun 2015 13:47, "Arindam sarkar"  wrote:
>
>> i am just starting with django. I need create a site with signup/sign in
>> . i want user to sign up by email id . how do i proced ?
>>
>> --
>> Regards,
>>
>> Arindam
>>
>> Contact no. 08732822385
>>
>>
>>  --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-users
>> <https://contactmonkey.com/api/v1/tracker?cm_session=67835831-87fc-4e26-ae00-7529c450d4d5&cm_type=link&cm_link=87d60f22-505f-4b1e-9ac4-f76f80ae47c7&cm_destination=http://groups.google.com/group/django-users>
>> .
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAGnF%2BrAtSBg8qF_xQA%3Duh%2BZmgp6VEtc_MEhn79%2BDpDK1tjt5LA%40mail.gmail.com
>> <https://contactmonkey.com/api/v1/tracker?cm_session=67835831-87fc-4e26-ae00-7529c450d4d5&cm_type=link&cm_link=6b1c6fca-9031-46d6-bc47-8ea4f733ef41&cm_destination=https://groups.google.com/d/msgid/django-users/CAGnF%2BrAtSBg8qF_xQA%3Duh%2BZmgp6VEtc_MEhn79%2BDpDK1tjt5LA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout
>> <https://contactmonkey.com/api/v1/tracker?cm_session=67835831-87fc-4e26-ae00-7529c450d4d5&cm_type=link&cm_link=17cde4a6-e672-4386-aeca-6e4df7b01ee1&cm_destination=https://groups.google.com/d/optout>
>> .
>>
>  --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users
> <https://contactmonkey.com/api/v1/tracker?cm_session=67835831-87fc-4e26-ae00-7529c450d4d5&cm_type=link&cm_link=ac1782ff-154d-45fa-8447-1059741a1123&cm_destination=http://groups.google.com/group/django-users>
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CACczBUKHPPB2s-5ZjyHffr2AMnv-bhVXvvfOMP%3DmWvofd8r7vQ%40mail.gmail.com
> <https://contactmonkey.com/api/v1/tracker?cm_session=67835831-87fc-4e26-ae00-7529c450d4d5&cm_type=link&cm_link=e565202e-d908-4a6d-8a07-9eceea363008&cm_destination=https://groups.google.com/d/msgid/django-users/CACczBUKHPPB2s-5ZjyHffr2AMnv-bhVXvvfOMP%3DmWvofd8r7vQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout
> <https://contactmonkey.com/api/v1/tracker?cm_session=67835831-87fc-4e26-ae00-7529c450d4d5&cm_type=link&cm_link=efbdc46a-c4c5-4a08-a391-98f3156714c0&cm_destination=https://groups.google.com/d/optout>
> .
>



-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrBAfwpC5Ei%3DF2r8L4F%2BpXnr5_SnBhWy2maHhCY45fUvdw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


django unique email id model

2015-06-27 Thread Arindam sarkar
i am just starting with django. I need create a site with signup/sign in .
i want user to sign up by email id . how do i proced ?

-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrAtSBg8qF_xQA%3Duh%2BZmgp6VEtc_MEhn79%2BDpDK1tjt5LA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


can i use sqlite for big project?

2015-06-25 Thread Arindam sarkar
i need to develop a job portal . is there any problem if i use sqlite ? coz
i am having problem to setup mysql or postgresql . please help.

-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrBS0ViWWRjbeXkXH5hQTY9%3DNjz_edQzYLFxR0fnC9L5Zw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


how to deploy django 1.8 + python 3.3 on Openshift

2015-06-24 Thread Arindam sarkar
-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrDsXZyOKQR2MW2P%3DkdyCtdZ0YFoy8oE79oixSN4BELP5A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


how to deploy django 1.8 on openshift

2015-06-24 Thread Arindam sarkar
-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrBmm3utPpE5Fc9kC9g3X3szuFof_g2G3FLcoRJ_N%3DPppw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to master django?

2015-06-24 Thread Arindam sarkar
Thank Alan.
On Wed, Jun 24, 2015 at 7:55 PM, Alan Ávalos Hernández <
alan.aval...@gmail.com> wrote:

> Two Scoops of Django is a great book to become proficient in django.
> Although you mention that you need to get a project done, so, having
> completed the tutorial that should suffice to start your project and keep
> as a reference the django documentation (which is great)
>
> Sent from my iPhone
>
> On Jun 24, 2015, at 9:18 AM, Arindam sarkar  wrote:
>
> I have done with the django tutorial . I am having java back ground .what
> would be the efficient way to start django . I need fast track . Need to
> complete a project ASAP.
>
> --
> Regards,
>
> Arindam
>
> Contact no. 08732822385
>
>
>  --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users
> <https://contactmonkey.com/api/v1/tracker?cm_session=2de1724a-dfea-4f7c-895a-64958de688fb&cm_type=link&cm_link=e257aab2-e9dc-4daa-8991-5b3084353498&cm_destination=http://groups.google.com/group/django-users>
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAGnF%2BrD0DOz6EJb%3DV7m_ZRtXYaZWB96kKCu6%2BcNinR3Z7%3DpB_w%40mail.gmail.com
> <https://contactmonkey.com/api/v1/tracker?cm_session=2de1724a-dfea-4f7c-895a-64958de688fb&cm_type=link&cm_link=94d07209-169f-45fb-9d51-ded40b6ed5c2&cm_destination=https://groups.google.com/d/msgid/django-users/CAGnF%2BrD0DOz6EJb%3DV7m_ZRtXYaZWB96kKCu6%2BcNinR3Z7%3DpB_w%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout
> <https://contactmonkey.com/api/v1/tracker?cm_session=2de1724a-dfea-4f7c-895a-64958de688fb&cm_type=link&cm_link=70eb2823-089b-42d2-a155-bafb60be8d19&cm_destination=https://groups.google.com/d/optout>
> .
>
>  --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users
> <https://contactmonkey.com/api/v1/tracker?cm_session=2de1724a-dfea-4f7c-895a-64958de688fb&cm_type=link&cm_link=c7789c3f-c6ce-4fb8-81e1-63cb042fbbd0&cm_destination=http://groups.google.com/group/django-users>
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/A90DA936-4231-4E30-AE78-2E43C831BDD6%40gmail.com
> <https://contactmonkey.com/api/v1/tracker?cm_session=2de1724a-dfea-4f7c-895a-64958de688fb&cm_type=link&cm_link=d9f54f4a-97fc-47a3-a226-beab05b6c7e8&cm_destination=https://groups.google.com/d/msgid/django-users/A90DA936-4231-4E30-AE78-2E43C831BDD6%40gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout
> <https://contactmonkey.com/api/v1/tracker?cm_session=2de1724a-dfea-4f7c-895a-64958de688fb&cm_type=link&cm_link=ad70f57d-00a5-490f-8db0-319e7d83269a&cm_destination=https://groups.google.com/d/optout>
> .
>



-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrCZiD3o-h0NixihqyTMDDy65nBGE-weBJ%3DFH58OaEGBMw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to master django?

2015-06-24 Thread Arindam sarkar
I need to develop a online job portal. is there any opensource project like
this .
On Wed, Jun 24, 2015 at 7:51 PM, Great Avenger Singh 
wrote:

> On Wed, Jun 24, 2015 at 7:48 PM, Arindam sarkar 
> wrote:
> > I have done with the django tutorial . I am having java back ground .what
> > would be the efficient way to start django . I need fast track . Need to
> > complete a project ASAP.
>
> IMO Django is developed to make project quite fast way So Django
> itself is the fast way. ;)
>
> May be If you can tell about your project, This list can be helpful. (I
> guess)
>
>
> --
>
> Thanks
> Arshpreet Singh
>
> I am Sikh boy, Learning by doing and Learning by teaching is my religion.
>
> --
> Slashdot TV.
> Video for Nerds.  Stuff that matters.
>
> <https://contactmonkey.com/api/v1/tracker?cm_session=b9f7dbb5-b27b-4698-811e-933b1ca50c8f&cm_type=link&cm_link=57fba09d-0a80-4a08-805d-8400d0565c1f&cm_destination=http://tv.slashdot.org/>
> http://tv.slashdot.org/
> <https://contactmonkey.com/api/v1/tracker?cm_session=b9f7dbb5-b27b-4698-811e-933b1ca50c8f&cm_type=link&cm_link=727eb78c-4e59-4148-b471-e95117b37f77&cm_destination=http://tv.slashdot.org/>
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users
> <https://contactmonkey.com/api/v1/tracker?cm_session=b9f7dbb5-b27b-4698-811e-933b1ca50c8f&cm_type=link&cm_link=6038a52f-e21d-4348-ae1c-c5a840906ccb&cm_destination=http://groups.google.com/group/django-users>
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAAstK2HtX%2BcQcNqMcBnOvmXQS-qag-pqG5PVTxEadRknpn4hdQ%40mail.gmail.com
> <https://contactmonkey.com/api/v1/tracker?cm_session=b9f7dbb5-b27b-4698-811e-933b1ca50c8f&cm_type=link&cm_link=77b39874-0b44-482b-b1e6-f3e8ddb959b0&cm_destination=https://groups.google.com/d/msgid/django-users/CAAstK2HtX%2BcQcNqMcBnOvmXQS-qag-pqG5PVTxEadRknpn4hdQ%40mail.gmail.com>
> .
> For more options, visit https://groups.google.com/d/optout
> <https://contactmonkey.com/api/v1/tracker?cm_session=b9f7dbb5-b27b-4698-811e-933b1ca50c8f&cm_type=link&cm_link=57994317-70f8-4798-89bf-25a538c42633&cm_destination=https://groups.google.com/d/optout>
> .
>



-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrDdhqMo5SPnpYeFp4OobE1KdfhH5zX4HFT%3D%2Bnfk3TTNfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


How to master django?

2015-06-24 Thread Arindam sarkar
I have done with the django tutorial . I am having java back ground .what
would be the efficient way to start django . I need fast track . Need to
complete a project ASAP.

-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrD0DOz6EJb%3DV7m_ZRtXYaZWB96kKCu6%2BcNinR3Z7%3DpB_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


how to connect django 1.8 to mysql

2015-06-23 Thread Arindam sarkar
having issue with the db connector please help.

-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrBQpC%3DOu6kUCVg3KkrR1zhb0nbwbGZjx_JHdbSxbMsi3g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Django Limitation

2015-05-11 Thread Arindam sarkar
can django be used for large projects ?

-- 
Regards,

Arindam

Contact no. 08732822385

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGnF%2BrAZ7eeueOSbh7x33ARQEgTpCR156t4xpFyrco2SGgzMjQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.