bbennitt / IPRO_Book_Exchange

0 stars 1 forks source link

Create directory structure of Django Project #5

Open bbennitt opened 1 year ago

bbennitt commented 1 year ago

Create directories and sub-directories as needed in Django project to create standard file structure organization. Need to think about broadly the different features that we'll be supporting so try and design views and other templates to be as reusable as possible.

AC