What is the project policy on word separators in URLs?

My take on 3 most common options:

1. The words run together - is hard to read. Example: /contentguard/
2. Hyphens in URLs are easy to type and read.  Most common and recommended based on my limited search.  Example: /content-guard/ 3. Underscores strike me as odd outside of programming languages. Harder to type.  Example: /content_guard/

Does django have a recommendation/limitation?

Thoughts?



_______________________________________________
Pulp-dev mailing list
Pulp-dev@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-dev

Reply via email to