I have the need in runserver/debug mode to map http://127.0.0.1:8000/ out of a static /client directory. Django will only serve up pages from /api which a DRF REST services.
I can't seem to find a way to create the URL mapping for this. It seems https://docs.djangoproject.com/en/dev/howto/static-files/#serving-static-files-during-development describes how to do this but the URL pattern escapes me. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1d9cb2c6-7419-42a9-ad53-74fde9285c5d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

