- I made this project for CV/Resume. The project is a website "About Me".
- The website provides information about me (education, skills, contacts) and my little projects to study Django.
Project is created with:
- Python==3.11.0
- Django==4.1.7
- django-crispy-forms==2.0
- django-modeltranslation==0.18.8
- django-bootstrap-v5==1.0.11
- django-parler==2.3
- django-rosetta==0.9.8
- django.core.mail
- Pillow==9.5.0
- Bootstrap==5.3.0
- PostgreSQL==14.6.0
- XML
- JSON
- Javascript
- CSS
- HTML
Other Technologies (CLICK ME)
- asgiref==3.6.0
- boto3==1.26.164
- botocore==1.29.164
- cachetools==5.3.0
- certifi==2022.12.7
- chardet==5.1.0
- charset-normalizer==3.0.1
- colorama==0.4.6
- crispy-bootstrap5==0.7
- distlib==0.3.6
- django-bootstrap-icons==0.8.2
- django-rotate-secret-key==0.3
- django-ses==3.5.0
- filelock==3.9.0
- idna==3.4
- jmespath==1.0.1
- packaging==23.0
- platformdirs==2.6.2
- pluggy==1.0.0
- polib==1.1.1
- psycopg2-binary==2.9.5
- pyproject_api==1.5.0
- python-dateutil==2.8.2
- pytz==2023.3
- requests==2.28.2
- s3transfer==0.6.1
- six==1.16.0
- soupsieve==2.3.2
- sqlparse==0.4.3
- tox==4.4.4
- typing_extensions==4.4.0
- urllib3==1.26.14
- virtualenv==20.18.0
- install PostgreSQL
- To run this project, it installs locally using terminal:
- If you are using Unix/Linux/macOS
$ python3 -m pip install --user virtualenv $ python3 -m venv env $ source env/bin/activate $ clone git https://github.com/Oskorbin-work/About_me.git $ cd About_me $ pip install -r requirements.txt $ python manage.py makemigrations $ python manage.py migrate $ python manage.py collectstatic $ python3 manage.py runserver- If you are Windows
$ py -m pip install --user virtualenv $ py -m venv env $ .\env\Scripts\activate $ clone git https://github.com/Oskorbin-work/About_me.git $ cd About_me $ pip install -r requirements.txt $ python manage.py makemigrations $ python manage.py migrate $ python manage.py collectstatic $ python3 manage.py runserver
page "main_page/"
page "blog/post_list/"
page "about_me/education/"
page "about_me/education/grades/int:pk/"
page "about_me/skills/"
page "about_me/projects/sending_emails/"
page "about_me/contacts/"
page "about_me/profile//"

Complete