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
This commit is contained in:
David Moreau Simard 2019-01-15 10:35:18 -05:00
parent 6519a91289
commit eadd3712b5
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 1 additions and 0 deletions

1
manage.py Symbolic link
View File

@ -0,0 +1 @@
ara/server/__main__.py