- Clone the repository:
git clone https://github.com/dubirajara/django_carousel_photos.git && cd django_carousel_photos- Install the dependencies with pipenv:
pipenv install --dev
pipenv shell- Run the migrations:
python manage.py migrate- Create a django admin user:
python manage.py createsuperuser- Run tests and run server:
python manage.py test
python manage.py runserver- And so, open django admin and add your photos in the carousel.