LoganMeitz / votefinder

GNU General Public License v3.0
2 stars 2 forks source link

General cleanup #2

Open rjmagley opened 1 year ago

rjmagley commented 1 year ago

After I get VF up on the beta machine I want to do some quick cleanup of the codebase to get things into good working order before we push it up to here.

rjmagley commented 1 year ago

We might want to actually make VF serve up static content the way Django normally expects to - right now it's not using staticcontent at all, the {% load static% } tag isn't appearing anywhere, etc.