Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django prototypes #75

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

palakgupta2712
Copy link

The general module with basic CRUD operations are created.
Also the landing page is added.

use following commands to run the recruiter module on localhost:

python manage.py makemigrations
python manage.py migrate
python manage.py runserver
and run the application on "http://localhost:8000/recruiter" to access the recruiter module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants