File movement in progress - noisebridge/pyclass-project GitHub Wiki

I created a urls.py file inside the profile app. I have set the project url.py to refer to the profile app url file anytime a url starts with /profile/ I added the search url to this file. This most likely will not be the final home for this URL, but I wanted it to start working.

I created a templates directory inside the profile apps directory. This way the profile app templates can reside in this folder. Keeping out templates more organized.