A smart assistant to recruiters
Setup your development environment:
$ python vritthi_django/manage.py runserver
6. It will give you the following result
[abhiram@localhost Vritthi-WTH]$ python vritthi_django/manage.py runserver Performing system checks...
System check identified no issues (0 silenced).
You have unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions. Run 'python manage.py migrate' to apply them.
November 30, 2016 - 13:59:31 Django version 1.10.3, using settings 'vritthi_django.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.
Navigate to http://127.0.0.1:8000/ to find your Django App running.
## References:
1. First Django app - https://docs.djangoproject.com/en/1.10/intro/tutorial01/
2. Install Django on Windows - https://docs.djangoproject.com/en/1.10/howto/windows/