Re: Improving Windows users experience at the command line

2017-07-11 Thread Florian Apolloner
Hi Ramiro, On Tuesday, July 11, 2017 at 10:55:38 PM UTC+2, Ramiro Morales wrote: > > - I run django-admin.py startproject and I get an error message stating > django-admin.py isn't a known command > FWIW django-admin.py shouldn't be used any more nowadays -- my latest changes should install dja

Improving Windows users experience at the command line

2017-07-11 Thread Ramiro Morales
Hi all, Tim Graham suggested to post this to this mailing list. Currently, users of Django on Windows have a less than ideal experience hen using the command line. The users mailing list still see posts of new users suffering problems like: - I run django-admin.py startproject and I get an error

Re: About migrations

2017-07-11 Thread Patryk Zawadzki
W dniu piątek, 7 lipca 2017 23:54:07 UTC+2 użytkownik Andrew Godwin napisał: > > There is already a run-before constraint you can add to migrations for > exactly this purpose! It's called "run_before" and is in the same format as > the dependencies IIRC. > The problem with "run before X" is that

Re: Django annotation and Implementation for group by every two hours

2017-07-11 Thread Adam Johnson
Hi, this is the wrong list for questions about using Django, the right list for that is https://groups.google.com/forum/#!forum/django-users . This list is for discussing the development of Django itself. On 10 July 2017 at 17:15, kanhaiya yadav wrote: > Enter code here... > > Hi, > > I have a m