Defining Django App Dependencies

From Littledamien Wiki
Revision as of 14:44, 7 February 2016 by Video8 (talk | contribs) (Created page with "Category:Django Category:Web Development There are two files that control app dependencies: `setup.py` and `requirements.txt`. == Notes == === See also === * [http...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


There are two files that control app dependencies: setup.py and requirements.txt.

Notes

See also

References