Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
4dfb553e
Commit
4dfb553e
authored
Apr 30, 2013
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify the README
parent
ac766346
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
README.md
+6
-5
No files found.
README.md
View file @
4dfb553e
...
@@ -2,10 +2,6 @@
...
@@ -2,10 +2,6 @@
**A toolkit for building well-connected, self-describing web APIs.**
**A toolkit for building well-connected, self-describing web APIs.**
**Author:**
Tom Christie.
[
Follow me on Twitter
][
twitter
]
.
**Support:**
[
REST framework group
][
group
]
, or
`#restframework`
on freenode IRC.
[
![build-status-image
]
]
[
travis
]
[
![build-status-image
]
]
[
travis
]
---
---
...
@@ -88,9 +84,14 @@ Here's our project's root `urls.py` module:
...
@@ -88,9 +84,14 @@ Here's our project's root `urls.py` module:
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework'))
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework'))
)
)
# Documentation
# Documentation
& Support
The full documentation for the project is available at
[
http://django-rest-framework.org
][
docs
]
.
The full documentation for the project is available at
[
http://django-rest-framework.org
][
docs
]
.
For questions and support, use the
[
REST framework discussion group
][
group
]
, or
`#restframework`
on freenode IRC.
You may also want to
[
follow the author on Twitter
][
twitter
]
.
# License
# License
Copyright (c) 2011-2013, Tom Christie
Copyright (c) 2011-2013, Tom Christie
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment