- Notifications
You must be signed in to change notification settings - Fork0
My Gallery is an application developed using Django to display my photos. Other people can also see the photos when they visit the site, and the user can click on the image to view the details of an image.
754Bree/Django-ip-1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- [here] (https://koleogallery.herokuapp.com/)
My Gallery is an application developed using Django to display my photos. Other people can also see the photos when they visit the site, and the user can click on the image to view the details of an image.
- Clone Project to your machine
- Activate a virtual environment on terminal: source virtual/bin/activate
- Install all the requirements found in requirements.txt file.
- On your terminal run python3.6 manage.py runserver
- Access the live site using the local host provided
- python3.8
- virtual environment
- pip
Open Terminal {Ctrl+Alt+T}
git clone
https://github.com/754Bree/Django-ip-1.git
Create and activate the virtual environment
python3.8 -m virtualenv virtual
source virtual/bin/activate
Move to the folder and install requirements
pip install -r requirements.txt
Create a .env file and paste paste the following filling where appropriate:
- SECRET_KEY='Generate one that suits you'
- DEBUG=True
- DB_NAME='gallery'
- DB_USER=''
- DB_PASSWORD=''
- DB_HOST='127.0.0.1'
- MODE='dev'
- ALLOWED_HOSTS='*'
- DISABLE_COLLECTSTATIC=1
- python3.6 manage.py check
- python manage.py makemigrations photos
- python3.6 manage.py sqlmigrate photos 0001
- python3.6 manage.py migrate
- Running the application
python3.8 manage.py runserver
- Testing the application
python3.8 manage.py test
- python3.8
- Django
- Postgresql
- Bootstrap
- HTML / CSS
- There are no known bugs at the moment
If you have any question or contributions, please email me at [brianaodhiambo754@gmail.com]
- [License: MIT]
- Copyright (c) 2022 **Briana **
About
My Gallery is an application developed using Django to display my photos. Other people can also see the photos when they visit the site, and the user can click on the image to view the details of an image.