diff options
| author | Tom Christie | 2014-01-08 15:49:19 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-01-08 15:49:19 +0000 | 
| commit | 05c396cfa15138b56bf8617f4667fc41e80be104 (patch) | |
| tree | e378fb0a95c70132b9e014bc926efedd6db50638 /setup.py | |
| parent | 78494401c5c45d16d632bb2fa9629678e47a98bc (diff) | |
| download | django-rest-framework-05c396cfa15138b56bf8617f4667fc41e80be104.tar.bz2 | |
Use www.django-rest-framework.org for docs instead of django-rest-framework.org due to issues with naked domains
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -55,7 +55,7 @@ if sys.argv[-1] == 'publish':  setup(      name='djangorestframework',      version=version, -    url='http://django-rest-framework.org', +    url='http://www.django-rest-framework.org',      license='BSD',      description='Web APIs for Django, made easy.',      author='Tom Christie', | 
