jazzband / django-hosts

Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
http://django-hosts.rtfd.org
Other
979 stars 107 forks source link

Add note to FAQ in docs #162

Closed avilaton closed 10 months ago

avilaton commented 11 months ago

Spent some time while implementing django-hosts and fixing our tests, so I thought it was worth adding here

codecov[bot] commented 11 months ago

Codecov Report

Merging #162 (a3bf3f8) into master (4d4ef69) will not change coverage. Report is 2 commits behind head on master. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #162   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          400       400           
  Branches        68        68           
=========================================
  Hits           400       400           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

hramezani commented 10 months ago

Thanks @avilaton