Skip to content

dhruv-3d/Job-Portal-Project

Repository files navigation

Job-Portal-Project

A simple job portal website made using Django webframework

This project was built with Python v3.6 and Django v1.11 (might not work for latest Django version)

First, install dependencies using requirements.txt:

pip install -r requirements.txt

Then go to root directory(where manage.py file is present) and run the following commands:

  1. Migrate the database

python manage.py makemigrations

python manage.py migrate

  1. Run the Django development server

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published