Skip to content

My seventh practice project in Django and HTML. Now it's works in Docker on any system. For more info (and "startserver" command) look into README.md file.

License

Notifications You must be signed in to change notification settings

IvanDamNation/django-study-seventh

Repository files navigation

django_study_seventh

My seventh practice project in Django and HTML

This is simple (actually, it's kinda complex for me) project on Django.

Just made project work with celery-redis-docker stack

Requirements: properly installed docker on your machine

For starting server use command in project root directory: docker-compose up

After properly started cluster of three containers (Django, Redis and Celery) you can access project web-interface on localhost address with standard port 8000 (127.0.0.1:8000).

Made for seventh practice exercise in chapter "Django and backend" for SkillFactory

Superuser:

login: IDN_admin

password: A12345678a

For education purpose only. Workability is not guarantee.

If you'll have suggestions or encounter errors in project, do not hesitate to contact me, please.

Made by IvanDamNation (a.k.a. IDN) GNU General Public License v3, 2022

About

My seventh practice project in Django and HTML. Now it's works in Docker on any system. For more info (and "startserver" command) look into README.md file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published