inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Copy firebase app from mobile project, add README. #56

Closed staydecent closed 4 years ago

staydecent commented 4 years ago

Closes #44

staydecent commented 4 years ago

@weslord Since we don't want this installed by default.. Would it be worth making this a package like django-workers, right off the bat?

weslord commented 4 years ago

Possibly, but I'm also fine with just leaving the references out of project/settings.py & project/urls.py, or having those lines commented out by default.

The apps/firebase/ directory is pretty self-contained and easy enough to delete/add in one move.