Re: TIME ZONE DJANGO SAVE DATETIMEFIELD

2015-09-01 Thread Serena
Thank you very much, now if I work. And besides I also served to enhance most of my consultations with dates. It is strange that I have not tried that way, if a large part of my consultations I had done that way, well, the important thing is that it works and I understand the reason. Thanks for

Re: Best Django Open Source Project for Intermediate Django Learners

2015-09-01 Thread James Schneider
> >> Could anyone recommend one or several best open source Django project for >> people like me to ramp up the django skills further? >> >> Some good one I have heard about is as follows: >> >> NewsBlur >> Everyblock >> >> However, these projects are huge. Any medium size, easily accessible >> pro

Re: two modelForm fields to a one model Field

2015-09-01 Thread James Schneider
On Tue, Sep 1, 2015 at 1:13 PM, Leandro Severino wrote: > Hi, > > In my first post, I have a simple question: > > Its possible a modelForm have two fields for a one model Field ? > > My codes: > > > In my models: > >class MyClass(models.Model): >COMMON_AMENITIES_CHOICES = ((

two modelForm fields to a one model Field

2015-09-01 Thread Leandro Severino
Hi, In my first post, I have a simple question: Its possible a modelForm have two fields for a one model Field ? My codes: In my models: class MyClass(models.Model): COMMON_AMENITIES_CHOICES = (('A', 'Aditional'), (

Re: How to insert session User id in database .?

2015-09-01 Thread James Schneider
Where exactly are you trying to insert a user ID? On the Product class? During what operation? -James On Mon, Aug 31, 2015 at 4:58 AM, Remaze Vs wrote: > I am trying to insert session login user id in database... here is my code > > view.py > > from django.shortcuts import render,redirect, Http

Re: passwort reset next url

2015-09-01 Thread James Schneider
> I have implemented my own password reset by overwriting the templates of > django.contrib.auth > If I go to the login page e.g. /login I usually have a GET parameter "next" > where I want to be redirected after successful login. > If I have forgotten my password, I would like to jump into the pas

Re: Google indexing issue

2015-09-01 Thread Thorsten Sanders
Considering a: https://www.google.de/search?q=site:http://www.schoolofdevelopers.in shows more results than in the sitemap.xml are, this feels a bit like a hidden advertising. Am 01.09.2015 um 20:04 schrieb James Schneider: The front landing page does not have any links leading to the internal

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

Re: Google indexing issue

2015-09-01 Thread James Schneider
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 hav

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, 201

Re: Google indexing issue

2015-09-01 Thread François Schiettecatte
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

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

Re: Best Django Open Source Project for Intermediate Django Learners

2015-09-01 Thread Nick Sarbicki
You could make a project yourself. I always found the best way to learn a new skill was to jump in after the basic tutorials and start building something. Do you not have any ideas for things you'd like to make? Even if they're copies of something else. You could do something simple like a blog,

Re: Best Django Open Source Project for Intermediate Django Learners

2015-09-01 Thread Avraham Serour
are these projects even open source? I didn't find any reference on their websites. I any case I can suggest you taking a look at tree.io ( https://github.com/treeio/treeio/) I would love to get some help on the project, currently I'm focusing on adding tests and increasing coverage On Tue, Sep

Best Django Open Source Project for Intermediate Django Learners

2015-09-01 Thread will
I have gone through official Django Poll app tutorial, Django Girls tutorial, and several simple examples. Could anyone recommend one or several best open source Django project for people like me to ramp up the django skills further? Some good one I have heard about is as follows: NewsBlur Ev

Re: How to serve any static directory?

2015-09-01 Thread Florian Schweikert
On 01/09/15 16:34, Yann Salaün wrote: > In summary : is there a way to put something like `return > serve_this_static_directory()` in the view? or is there any workaround > there? Not sure if I get you right, you want to serve static files with django? Is there any reason why it's not possible to

How to serve any static directory?

2015-09-01 Thread Yann Salaün
Hi all, I'm working on an application where we want the following to happen: 1. The administrators upload zip archives containing web content (whole static websites) through admin interface 2. The archive is unzipped in the background to a random directory 3. The static content is served at a url

webdav

2015-09-01 Thread Pawanesh Gautam
whats the use of webdav in django project ? -- 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, sen

Re: Notify Customer Support of Request Failures

2015-09-01 Thread murat . knecht
Thank you, thought there may be an obvious OS project I am missing. But probably Avraham is right and we should just log them and have a log-analysis tool notify us properly. Cheers, murat Am Sonntag, 30. August 2015 23:47:57 UTC+8 schrieb Gergely Polonkai: > > Hello, > > in a default Django i