Re: Urls in Django model for dynamic template loading

2018-10-19 Thread Joel
which is your error? The one with "unable to load files.js? If so, check your template. Probably available static files path issue. On Fri, 19 Oct, 2018, 5:29 PM Tosin Ayoola, wrote: > got little project on the project, i'm working on, can't seems > to able to save my form to databa

Urls in Django model for dynamic template loading

2018-10-19 Thread Akash Purandare
I am creating a website in django and I was wondering how I can add a url to Django Model and then retrieve that url to provide to the {% url 'url_in_db'%} in the templates. If not, can anyone give me any other suggestions to achieve this? -- You received this message because you are subscribe