On Sep 1, 2015 3:55 AM, "Pawanesh Gautam" wrote:
>
> whats the use of webdav in django project ?
>
WebDAV and Django are usually handled separately. Normally WebDAV is hooked
directly into the web server.
Not to say that Django couldn't offer such services; it would seem easier
to do this throug
Thanks James.
--
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@goo
Hi,
The main reason I try to serve those static files with django is because I
would like to use django to configure the route.
Trying to clarify my question:
1. The url (http:///site//) doesn't match the
directory name (which could be anything, like `XYZ_html/`).
2. Administrators must be able
I apologize if this is basic and I am just missing something in the django
docs. The Django ORM allows you to do a self reference through another
table. I understand everything about this process EXCEPT how Django
determines which of the foreign keys to use for each side of the M2M
relationsh
I'm designing a program which was originally meant to be a server
application, and I planned to write it with Django. I haven't used Django
before, so I've been reading about it to help me think about the design.
Now there has been a change in direction. I'm being asked to develop the
program a
I don't quite understand very well your use case, but, i think that you can
go with REST, maybe?? [http://www.django-rest-framework.org/]
--
Rafael E. Ferrero
2015-09-02 16:20 GMT-03:00 :
> I'm designing a program which was originally meant to be a server
> application, and I planned to write it
On Sep 2, 2015 9:51 AM, "jeff newburn" wrote:
>
> I apologize if this is basic and I am just missing something in the
django docs. The Django ORM allows you to do a self reference through
another table. I understand everything about this process EXCEPT how
Django determines which of the foreign
+1 to DRF, you may also use the django admin as a quick CRUD to your data
On Sep 2, 2015 10:34 PM, "Rafael E. Ferrero"
wrote:
> I don't quite understand very well your use case, but, i think that you
> can go with REST, maybe?? [http://www.django-rest-framework.org/]
>
> --
> Rafael E. Ferrero
>
to be able to diferentiate both follower and following you should define
at least in one of those foreigkeys a related_name argument, so you can
call back from your user.
if you try to do it without related_name django will complain, showing you
the error message and addressing you to the solluti
I am looking for an electronic notebook for general engineering notes. It
seems that this would be a good candidate application for Django. Does
anyone know if such an application has been written using Django or how
difficult such an application would be to write?
Thanks.
Aref
--
You receive
Hiii,
i am getting following issue on my django project :
ImportError at /admin
No module named http_client
please suggest some solution ..
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving e
Do you mind explain, what where you trying to do when you encounter this
error??
On Thu, Sep 3, 2015 at 2:43 PM, Pawanesh Gautam wrote:
> Hiii,
>
> i am getting following issue on my django project :
>
> ImportError at /admin
>
> No module named http_client
>
>
> please suggest some solution ..
Hi All,
I am working on requirement where after user sign up, User model of one app
should send some data to another app in different project. For that we are
thinking if we can use "post_save" signal on model. Is there any way if I
can listen to signal of other porject's app.
Regards,
--
[im
> Den 18/08/2015 kl. 10.54 skrev Erik Cederstrand :
>
> Hi list
>
> I have a model with a field defined like this:
>
> categories = ArrayField(models.CharField(max_length=32))
>
>
> This field is accessible via the admin interface, and when I enter
> comma-separated values in the charfield
14 matches
Mail list logo