From eadd3712b51f53ba1aa0f23b7d2fdc4f846348ee Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Tue, 15 Jan 2019 10:35:18 -0500 Subject: [PATCH] Re-add manage.py to the root of the repository manage.py is a standard in Django projects and it is expected to be available at the root of the repository. We're keeping the ara-manage entry point so this is just a symlink to ara/server/__main__.py. Change-Id: I0819479e978eac1269d7e48e709bed0f59c9fe5e --- manage.py | 1 + 1 file changed, 1 insertion(+) create mode 120000 manage.py diff --git a/manage.py b/manage.py new file mode 120000 index 0000000..4051c8c --- /dev/null +++ b/manage.py @@ -0,0 +1 @@ +ara/server/__main__.py \ No newline at end of file