Gallery App
- A personal gallery application that displays your photos for others to see.
$ git clone https://github.com/JohnKarima/gallery
$ cd gallery
$ pip install -r requirements.txt
$ python3 -m venv virtual
$ source virtual/bin/activate
Set your database User and Password
$ python manage.py makemigrations <DB Name>
$ python manage.py migrate
python manage.py runserver
$ python3 manage.py test pics
- Python
- Django
- Bootstrap
- pillow
- 2020, John Karima.