Hello, I'm Christian Schmitt and in my Company we are working with
AngularJS and Django.
Currently we are working on a application that makes heavy usage of Django
HTTP Rest Framework.
Since the web is growing and more and more the web develops from a pure
HTTP Response / Request Web to a more
Hi Christian,
On 28 juil. 2013, at 16:20, Christian Schmitt wrote:
> 1. CORS:
> (…)
> This is very sad and django has no current solution for this. Maybe this
> would also be cool to be configured in the Django-admin
Django provides an API to set HTTP headers in responses. I don't know what
h
> I did a quick review of the patch and didn't see anything that jumped out.
> BTW when you want to merge a part of your work, please open a pull request.
> Reviewing is much easier that way.
I just opened a pull request [1]. The branch is up to date and it does
not add any test failures that ar
Hi Justin,
Correct - this should be handled as two separate tickets.
If the patch for one ticket depends on a second, it's fine to have that
dependency in the patches -- just note in the comments for the ticket when
you upload your patch, or in the comment for the pull request. Essentially,
we ju
Excellent, thanks again! First pull request is in along with a trac
ticket. I should get a chance to knock out the password reset one some
time in the next couple of days as well. It's a quick change and I've done
most of it with subclasses on personal projects previously.
On Sunday, July 28