Skip to content

Instantly share code, notes, and snippets.

@g761007
Last active August 29, 2015 14:27
Show Gist options
  • Save g761007/05f6b0100076113a7c7c to your computer and use it in GitHub Desktop.
Save g761007/05f6b0100076113a7c7c to your computer and use it in GitHub Desktop.
Python project structure sample
/sample
/__init__.py
/models
/__init__.py
/users.py
/permissions.py
/views
/__init__.py
/api.py
/core.py
/settings.py
/setup.py
/requirements.txt
/test_requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment