Re: Automatic reverse migrations

2017-04-17 Thread Mike Dewhirst
On 18/04/2017 9:58 AM, p...@qwil.co wrote: Thanks Andrew, will see what I can rustle up. Camilo -- blue/green deploys don't really help with this problem. As each application deployment still talks to the same database, once you have run the migration you can't just abandon your deployment,

Re: Automatic reverse migrations

2017-04-17 Thread paul
Thanks Andrew, will see what I can rustle up. Camilo -- blue/green deploys don't really help with this problem. As each application deployment still talks to the same database, once you have run the migration you can't just abandon your deployment, you need to unwind the db migration first.

I am in need of a django programmer

2017-04-17 Thread Web Design by Sami Social Media by Sami
http://www.prosadata.com/slamgrams/Slamgrams1.html my email is wdbs...@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

Does anyone in this group hire out to update code .

2017-04-17 Thread Web Design by Sami Social Media by Sami
I need a django programmer to make changes to an existing site. -- 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

Re: how to use generic_inlineformset_factory ?

2017-04-17 Thread Angel Felipe González Garcia
Hi Marcos , how are you? i would like to know about Generic Inline formset factory, i tried to acces to your dpaste code but it has expired, can you please provide other link or shar your explanation or code by this same way? regards El lunes, 8 de diciembre de 2008, 3:51:09 (UTC-4), Marco

Re: Django forks

2017-04-17 Thread Jamesie Pic
Thanks for the heads up Óscar, really cool app ! Upstream contribution is best yes, but not always possible in Django core. For example in this case, we need to prove that an implementation is working before contributing it upstream. To prove that it works, we need to deploy it and live with it

Re: Django forks

2017-04-17 Thread Jamesie Pic
The admin's fine of course, because it has javascript. But then when using django-filter in django-rest-framework or anything else that relies on django defaults then the party is over and the fight for usability begins again. I feel that in a majority of the cases, it's not for something I

Re: Django forks

2017-04-17 Thread Óscar M . Lage
On Mon, Apr 17, 2017 at 18:07:07 (UTC+2), Jamesie Pic escribió: > > On Mon, Apr 17, 2017 at 5:47 PM, Vijay Khemlani > wrote: > > If you need particular form widgets or fields not readily available in > > Django I would prefer to write an app that includes them instead of

Re: Raspbbery PI - PI3D - Apollo Soyuz 3d model to Freeboard dashboard node red

2017-04-17 Thread ludovic coues
You have a client side problem. Django only handle server side. 2017-04-16 16:40 GMT+02:00 Elad Barshan : > hello, > i am in search for a solution to display real time PI3D model for > pre-designed Apollo-Soyuz 3D model > moving real time on 3 Axes according to Gyro installed

Re: safe perfect and reliable app for verification email

2017-04-17 Thread ludovic coues
I believe we have a code of conduct against posting an answer which is nothing more than a google link. I don't know any app handling email verification. If I had to do it, I would copy how django handle password reset. Send an email with with a link containing a token. When someone hit that url,

RE: Django forks

2017-04-17 Thread Matthew Pava
Django 1.11 made a major change to widget rendering. I am wondering if this would help you significantly in your quest. The widget is rendered with a template. It would seem you could include the JavaScript in that template. But you are right; it is quite frustrating when I'm going to the

Re: Django forks

2017-04-17 Thread Jamesie Pic
Nice to meet you Matthew <3 That's really funny, because the reason I'm currently in this is because I'm trying to honor a promise I made to the community (and myself tbh ^^) when I abandoned v2 in favor of v3. v2 has really sound features, "just make an autocomplete for this model by default",

RE: Django forks

2017-04-17 Thread Matthew Pava
You are the author of DAL? Nice to meet you! We use that! We do use version 2 of it, though. We couldn't find a very important feature for us to upgrade to v3: a text autocomplete that is not based on a pk of a model. Also, unfortunately, with the release of Django 1.11, the autocompletes

Re: Django forks

2017-04-17 Thread Jamesie Pic
On Mon, Apr 17, 2017 at 5:47 PM, Vijay Khemlani wrote: > If you need particular form widgets or fields not readily available in > Django I would prefer to write an app that includes them instead of forking > the whole framework. That's why I've been writing AND maintaining

Re: Django forks

2017-04-17 Thread Vijay Khemlani
I'm not trying to scare anyone If you need particular form widgets or fields not readily available in Django I would prefer to write an app that includes them instead of forking the whole framework. On Mon, Apr 17, 2017 at 12:39 PM, Matthew Pava wrote: > Well, since

RE: Django forks

2017-04-17 Thread Matthew Pava
Well, since web2py is in Python, you might find some inspiration there for any extensions or improvements to Django that you would like to see. Why reinvent the wheel, you know? -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of

Re: Creating multiple objects with one request in Django Rest Framework

2017-04-17 Thread Aamu Padi
Hi, I couldn't find anything useful in that link that can help me solve my problem. What am I missing? On Mon, Apr 17, 2017 at 10:54 AM, m712 - Developer < comeon@getbackinthe.kitchen> wrote: > Hi, > Take a look at https://docs.djangoproject.com/en/1.11/topics/db/ > examples/many_to_many/ > On

Re: Django forks

2017-04-17 Thread Jamesie Pic
Matthew, using another framework for new projects would be a tempting solution, if I was not already maintaining god knows how many Django apps and projects, and basically had not been capitalizing on Django itself for the last decade. Vijay, that RoR failed at it, fails to scare me out, and does

Re: Django forks

2017-04-17 Thread m712 - Developer
You can always make an extension. Many popular things in the framework are contributions from the community including the current default authentication system. It doesn't have to be in a fork either.On Apr 17, 2017 5:57 PM, Jamesie Pic wrote: > > Dear Andréas, > > During

Re: Django forks

2017-04-17 Thread Vijay Khemlani
Django is essentially a backend development framework (essentially receive http request, make http response) Ruby on Rails tried to integrate with a javascript "framework" in its time (Prototype / Scriptaculous if I remember correctly) and it exploded on their faces in my humble opinion. On Mon,

RE: Django forks

2017-04-17 Thread Matthew Pava
Something you may want to consider is web2py. It has a lot out of the box. http://www.web2py.com/ -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Jamesie Pic Sent: Monday, April 17, 2017 9:58 AM To:

Re: Django forks

2017-04-17 Thread Jamesie Pic
Dear Andréas, During the past decade, I have fought that model fields do not have usable form fields out of the box. "Django doesn't want to couple a JS framework", is what I remember from discussions. For me, having JS enabled form fields does not mean **removing** support for pure-HTML form

Re: Data base connection problem

2017-04-17 Thread Chris Bartos
Few things you can do: 1. Check to make sure your app is in INSTALLED_APPS 2. Delete the migrations folder and run 'manage.py makemigrations' & 'manage.py migrate' again 3. depending on the name of the app (let's say student) you can try running 'manage.py makemigrations

Re: Django-admin.py Error

2017-04-17 Thread Chris Bartos
This issue is something to do with your Python version. Uninstall Python and install Python 2.7.8 instead of 2.7.7 as it seems there are issues with it. Chris On Tuesday, May 26, 2015 at 1:06:07 AM UTC-5, Shashwat singh wrote: > > Django is properly installed but when i run, django-admin.py it

Re: Django forks

2017-04-17 Thread Andréas Kühne
Hi, Just out of curiosity, what is the problem that you are having? Regards, Andréas 2017-04-16 15:27 GMT+02:00 : > Hello everybody ! > > Anybody maintaining a Django fork and open for contributions ? > > I want to fix problems that have been recurrent for me over the last

Re: Activating VirtualEnv on Windows

2017-04-17 Thread Antonis Christofides
Apparently the documentation isn't very clear. Either the "source" is an error, or the documentation assumes you are executing the command inside a Git Bash window. Antonis Christofides http://djangodeployment.com On 2017-04-14 15:03, Lorenz Schümann wrote: > Hey, newbie here. > I've followed