Skip to content

Instantly share code, notes, and snippets.

@cursodjangopro
Created July 13, 2020 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursodjangopro/5e078801c67903cd23f1c7df5971102f to your computer and use it in GitHub Desktop.
Save cursodjangopro/5e078801c67903cd23f1c7df5971102f to your computer and use it in GitHub Desktop.
# Abaixo de import os
import sys
# Abaixo de BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
APPS_DIR = os.path.join(BASE_DIR, 'apps')
sys.path.insert(0, APPS_DIR)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment