Django-job-Board-project

build job-board-Application while learinig Djnago that Allows user to add jobs and search about this job

You can run web app by executing these commands in its corresponding folder

1. python manage.py migrate

2. python manage.py makemigrations

3. python manage.py runserver

After that you can open the website on http://127.0.0.1:8000/

And if you want to access the admin page, you must run python manage.py createsuperuser first