Skip to content

hovel/django-simple-robots-txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

django-simple-robots-txt requires django-solo.

Add this into INSTALLED_APPS:

INSTALLED_APPS = (
    ....
    'solo',
    'simple_robots_txt',
)

Add this into urls.py:

url(r'^robots\.txt$', 'simple_robots_txt.views.robots_txt', name='robots_txt'),

Enjoy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages