Remove mention of ./manage.py, might confuse new users not familiar with Django

This commit is contained in:
Roberto Rosario
2014-07-17 17:26:27 -04:00
parent a0e87df997
commit 12684eca52

View File

@@ -35,11 +35,6 @@ To install **Mayan EDMS**, simply do:
$ virtualenv venv
$ source venv/bin/activate
$ pip install mayan-edms==1.0.rc2
Instead of using the usual ./manage.py use the alias mayan-edms.py:
.. code-block:: bash
$ mayan-edms.py initialsetup
$ mayan-edms.py runserver