codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Hardcoded file path in uploads.py and consumers.py #48

Closed codyswanner closed 6 months ago

codyswanner commented 6 months ago

Django exposes a variable "BASE_DIR" that obscures file path of the system and allows easier transition to a new system. Use this instead.