diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-01-27 10:32:12 -0500 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2026-01-27 16:25:08 -0300 |
| commit | fe2f3cbe0dc69c9df848f13ad1d188eae0345465 (patch) | |
| tree | 23f322ddb6e6bcac9116efccbeebe03fecea0040 /djangoproject | |
| parent | af13cbaf8ec9f95cf18c92103928389f3a5d5ebc (diff) | |
[checklists] Add /checklists to robots.txt
Diffstat (limited to 'djangoproject')
| -rw-r--r-- | djangoproject/static/robots.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/djangoproject/static/robots.txt b/djangoproject/static/robots.txt index f328961c..4117a855 100644 --- a/djangoproject/static/robots.txt +++ b/djangoproject/static/robots.txt @@ -1,2 +1,3 @@ User-agent: * -Disallow: /admin
\ No newline at end of file +Disallow: /admin +Disallow: /checklists |
