ChicoState / ODIT

4 stars 4 forks source link

Refactor codebase to better reflect the current Django backend. #29

Closed Asterisk007 closed 4 years ago

Asterisk007 commented 4 years ago

We've moved on from static HTML into a dynamic template-based Django backend. It's probably a good idea to move everything into the Django project directory now.

Along with my own changes to address user stories I've been assigned to, I've also removed my static files or otherwise moved them into the static directory. The base directory is now located in the Django project folder.

Asterisk007 commented 4 years ago

Oh no, it didn't get deleted. I just didn't include it in the commit. I can do that now.

CodeMastr3 commented 4 years ago

So the actual sqlite file shouldn't matter because that is just a testing database but if we are to remote host that will not be tracked by git and we should add it to the gitignore file. But other than that I wish github had a kinda better view for how these things are being changed like a file view. Seems fine though

Asterisk007 commented 4 years ago

Seems we're all settled then.