Git Product home page Git Product logo

django-restapi's Introduction

~jflatow

To bootstrap on a machine w/ my Dropbox:

cd ~/Dropbox/Code/stencil/users/jflatow

Otherwise, if not using Dropbox:

cd /usr/local/src/etc/users/jflatow

Then:

git clone [email protected]:jflatow/jflatow.git
cd jflatow
./install

To make a change to emacs prefs:

emacs .emacs
./install

Notes to future self

On the occasion of my next reboot, there should be no ambiguity about how to recover my session.

All my instructions to myself for bootstrapping packages should live in this repo. Notes for emacs are in .emacs itself.

TODO: macbook from scratch: /usr/local/{src,etc} /usr/local/src/lang/{C,JavaScript,Python,Plato,...} /usr/local/src/scratch/{emacs,web,...} latest emacs, Emacs.app Python3 matplotlib ipython + Jupyter + notebeook setup? Chrome canary + React dev tools?

django-restapi's People

Watchers

 avatar

django-restapi's Issues

Root XML node of error response reveals that django is in use

1. Create a simple model based resource
2. Issue a get request for an xml response, passing invalid primary key
3. In the response, the Root xml node is <django-error>. This is hard coded 
on lines 152 and 160 in responder.py

It seems to me that there is no need for the error XML to expose the fact 
that django (or django-restapi) is in use - it should simply represent the 
error. I'm far from an expert in XML conventions, so I have no idea whether 
something generic like 'error' would be appropriate.

In order to not break existing applications, could it be changed to default 
to 'django-error' but otherwise be override-able, such as in the attached 
patch?

Original issue reported on code.google.com by [email protected] on 31 May 2010 at 7:00

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.