ajm188 / fugl

User-friendly static site generation. (EECS 395 Spring 2015 Course Project)
2 stars 2 forks source link

remove "project" prefix from URLs #12

Closed ajm188 closed 8 years ago

ajm188 commented 8 years ago

literally every URL (except "/", "/login", "/logout", "/register") begins with "/project".

We could remove this and do our routing more similarly to GitHub. The only caveat I can see is that we would have to prevent users from naming themselves "login", "logout" or "register."

ajm188 commented 8 years ago

@dealie16 let me know if you think there are other things we have to consider, or reasons why we shouldn't do this

ajm188 commented 8 years ago

jk i don't think this is even valid anymore. all hail django-restframework