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 th
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
> decade, and that D
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
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 student'
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 fie
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: django-users@googlegroups.co
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,
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 the past decade, I ha
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
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 A
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 J
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 web2py is in Python, you mig
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 apps such as
django-aut
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 f
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", he
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 ad
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,
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 on top of the RPI
> c
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
> forking
> > the wh
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 want,
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
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 Lou
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 pos
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 django-users+unsubscr...@google
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.
On
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, yo
`pip install pysqlite2` ?
./s
On Friday, April 14, 2017 at 5:07:06 AM UTC-7, Michael Durkin wrote:
>
> I am at a loss. My Google-Fu seems to be sub-par as I cannot find an
> answer to what I'm looking for.
>
> I am running Ubuntu, using Python 3.6.0 (pyenv handles different Python
> versions
27 matches
Mail list logo