docker run -d --name=test -p 8000:8000 dockercoolexp/tango_django:v1
Goto localhost:8000
- For Search functionality in Add Category:
docker exec -it test bash. Create a serpapi account and obtain the api key. Paste the key using echo: ``echo > serpapi.key - For creating superuser:
docker exec -it test bashpython manage.py createsuperuser- Goto localhost:8000/admin and authenticate using the newly created credentials.