Celey and Django

i did complete project in django.
in this project I am using celery first time.

every thing work well while development
but introduction
my local IP 127.0.0.1:8000 not running
and celery cant get media and URLs using this path
because inside celery I have used static URL to get image and CSS files.

i will provide if further codes or errors required to solve this issue.

again every thing work well if I run python manage.py runserver in same deployment server
because it open server in 127.000:8000

thank you all in advance.

Krishna

hi,

would you explain your problem in detail? Im not quite sure i really understood