This website requires JavaScript.
Explore
Help
Register
Sign In
encode
/
django-rest-framework
Watch
1
Star
1
Fork
0
You've already forked django-rest-framework
mirror of
https://github.com/encode/django-rest-framework.git
synced
2024-11-13 05:06:53 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8bab7f8d58
django-rest-framework
/
tests
/
urls.py
5 lines
73 B
Python
Raw
Normal View
History
Unescape
Escape
Support for running the test suite with py.test * Get rid of runtests.py * Moved test code from rest_framework/tests and rest_framework/runtests to tests * Invoke py.test from setup.py * Invoke py.test from Travis * Invoke py.test from tox * Changed setUpClass to be just plain setUp in test_permissions.py * Updated contribution guideline to show how to invoke py.test
2014-03-02 15:40:30 +04:00
"""
Blank
URLConf
just
to
keep
the
test
suite
happy
"""
Remove `django.conf.urls.pattern` as it'll be removed in Django 2.0
2015-06-11 01:45:23 +03:00
urlpatterns
=
[
]
Reference in New Issue
Copy Permalink