This is a Django website where a user is able to view photo from a gallery and also be able to view their details once they have clicked on them.
- Python3.6
- Virtualenv
- Django
- HTML
- Bootsrap & CSS
- Git Version Control
- Heruko
- Open your terminal
- initialize github, git clone
https://github.com/Krasivaya/Personal-Gallery.git
- cd Personal-Gallery
- open folder in prefered IDE
- open terminal
- Install virtual envirnoment
python3.6 -m venv --without-pip virtual
- Activate virtual envirnoment
source virtual/bin/activate
- Install latest pip
curl https://bootstrap.pypa.io/get-pip.py | python
- Install all requirements
pip install -r requirements.txt
- Run in terminal
python3.6 manage.py runserver
- Run the application in your localhost provided
No bug known. If you found any, please contact!
Email: semwagacarine@gmail.com
This project is under the MIT license.