This is a sample Django project that demonstrates the use of the Django web framework for building web applications..
After Clone
run the script below within the clone directory to create the virtual environment:
python3 -m venv env
In order to start the virtual environment run the script below:
source env/bin/activate
Installation Requirement :
pip install -r requirements.txt
Start Deployment server
You can access the application by navigating to http://127.0.0.1:8000/ in your web browser.
- Fork the repository
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc
docker pull ahmedsaadx0/django_app:v1