A django app to store and manage directory and files.
- Python == 3.7.3
- Django == 2.2.2
- Pytest == 4.6.4
- Pytest-Django == 3.5.0
git clone https://github.com/nahidsaikat/File-Manager.gitcd File-Manager- (run if pipenv is not available)
pip install pipenv export PIPENV_VENV_IN_PROJECT="enabled"pipenv installpipenv shellpython manage.py migratepython manage.py createsuperuserpython manage.py runserver 0.0.0.0:8000
pytestfor running test
Copyright (c) 2020 MD. Nahidur Rahman



