Simple Django application for beginners to play around with without worrying much about the setup.
Pre-requisites
- Ensure you have installed python.
- virtualenv needs to be installed.
Installation and configuration
Clone the project locally to your Linux machine.
$ git clone git@github.com:ahamedyaserarafath/django_upload_download_webapp.git
Installation and configuration
- Use the below command to create the virtual environment with python and in the background, it will install gunicorn and Django
$ ./django_app.py --start/stop
- The below command helps to stop and stop the gunicorn
$ ./django_app.py --start/stop
Once you have started the app, you can access the page at http://localhost:8800
Everything is simple to configure please feel free to change the python script
Django simple web application is used as a remote upload and download server and it will be accessible inside the network.
https://github.com/ahamedyaserarafath/django_upload_download_webapp
GitHub Link, Please feel free to fork and use it