django-job-portal
django-job-portal copied to clipboard
Job portal application using Django
Bumps [django](https://github.com/django/django) from 4.0.1 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...
Add Github client ID and client secret in the .env file
import environ File "C:\Users\omkar\AppData\Local\Programs\Python\Python310\lib\site-packages\environ.py", line 114 raise ValueError, "No frame marked with %s." % fname
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...
The line in the instructions about loading initial data seems wrong because there is no fixtures/ directory within the project. I tried adding in "Python" / "C++" as Tags in...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Hi, run the test and got: (portal) C:\Users\liron\work\qualiifly\django-job-portal>python manage.py test Found 32 test(s). Creating test database for alias 'default'... System check identified no issues (0 silenced). ..............E........FC:\envs\portal\lib\site-packages\django\db\models\fields\__init__.py:1409: RuntimeWarning: DateTimeField Job.last_date...
Hi, create venv pip install -r requirements.txt python manage.py collectstatic getting the following error: django-job-portal>python manage.py collectstatic Post-processing 'vendor\bootstrap\js\bootstrap.min.js' failed! Traceback (most recent call last): File "manage.py", line 15, in...
I'm constantly getting some errors with Graphene. First, it was not working with Django 4. I had to downgrade Django to 3.2. Now I'm getting the following error. ``` File...
Register Employee and Register Employer functions are going error because of attribute error. Also does login too.