Djenesis / contributr

An online tool for programmers to find projects they can contribute to and project maintainers to find contributors.
MIT License
16 stars 16 forks source link

Add base template, frontpage and view. #60

Closed ameistad closed 9 years ago

ameistad commented 9 years ago

Created a site frontpage which inherits from a base template. The base template was created with initializr.com and uses Bootstrap CSS.

Moved static files settings from production to base, so static files are served in development. Also added template dir in contributr.

Edited tests to assert if localhost:8000 sends the 200 status code.

Closes #59

tobias47n9e commented 9 years ago

I checked this locally. The tests pass and the page renders very nicely. The changes to the settings, url-patterns and tests look correct. The static files are linked correctly. The new index page is filled with example-content, but we are anyway not pushing to our server so this is fine. Great job!