new to django

2018-10-18 Thread Dilip Krishna
You might have created a virtual environment for django and got out of it.check for it?? -- 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

rest api is installed but does not run

2018-09-26 Thread Dilip Krishna
For rest api you need to insert 'rest_framework' in INSTALLED_APPS After modifying settings.py , you need to re-run migrations using python manage.py makemigrations python manage.py migrate Check whether you have done that. -- You received this message because you are subscribed to

rest api is installed but does not run

2018-09-26 Thread Dilip Krishna
Put 'rest_framework' in INSTALLED_APPS and run migrations -- 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 django-users+unsubscr...@googlegroups.com. To post to