Skip to content

Instantly share code, notes, and snippets.

@aneeshpanoli
Forked from pykler/Django Startup
Created December 23, 2018 04:19
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 aneeshpanoli/4e4251943bd26568820ef157f1d5e37a to your computer and use it in GitHub Desktop.
Save aneeshpanoli/4e4251943bd26568820ef157f1d5e37a to your computer and use it in GitHub Desktop.
def startup():
global matrix
matrix = load_large_matrix()
# then you would
from yourapp import matrix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment