We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb8fe6 commit 9694bd1Copy full SHA for 9694bd1
requirements.txt
@@ -1,2 +1,3 @@
1
-Django==1.9.8
2
-mysqlclient==1.3.10
+# This file is here because many Platforms as a Service look for
+# requirements.txt in the root directory of a project.
3
+-r requirements/prod.txt
requirements/base.txt
@@ -0,0 +1,2 @@
+Django==1.9.8
+mysqlclient==1.3.10
requirements/dev.txt
+# Local development dependencies go here
+-r base.txt
requirements/prod.txt
@@ -0,0 +1,3 @@
+# Pro-tip: Try not to put anything here. There should be no dependency in
+# production that isn't in development.
0 commit comments