Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
biohpc_flash_community
Commits
6ced23c1
Commit
6ced23c1
authored
Jun 18, 2020
by
Daniela Daniel
Browse files
Update README.md
parent
a6e9cfc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6ced23c1
...
...
@@ -16,7 +16,7 @@ and the FTP directory is `/project/ftp_public`.
### Components
-
RHEL 7
-
Python 3.6.8
-
Python 3.6.8
(or later)
-
Django 2.2 LTS
-
MySQL
-
LDAP
...
...
@@ -237,6 +237,15 @@ python manage.py check --deploy
gunicorn ftp_site.wsgi:application
```
### Pylint-Django (optional)
```
sh
pip
install
pylint
pip
install
pylint-django
# To use pylint-django
pylint
--load-plugins
pylint-django <path_to_source>
pylint
--load-plugins
=
pylint_django
--extension-pkg-whitelist
=
_ldap /devel/work/ftp_site/
```
## Contributing to Flash FTP
We are open to contributions from external developers. We advise you to open an issue that describes the contribution and then submit a pull request.
For additional details, refer to the LICENSE file contained in this repository.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment