A project for find jobs developted with Django Framework.
Pipenv used for packaging.
You gonna need Python in your machine and the Django Framework
Read the Pipfile file for more info.
Get the package from source:
git clone https://github.com/mayronH/vagas-django
If you want to use pipenv too
pipenv install
Create the SuperUser with:
python manage.py createsuperuser
Run all migrations:
python manage.py migrate
- Django
- Python 3.9
- Mayron Henrique Sousa Carvalho