Skip to content

This project is a creative task for applicants to Django Web Development Intensives from the Yandex Academy

Notifications You must be signed in to change notification settings

Prrromanssss/CV-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV on Django

flake8 test

About

This project is a creative task for applicants to Django Web Development Intensives from the Yandex Academy, namely, a resume site written in the Django framework. On it I told about my hobbies, development experience.

Learn more about the Django framework


Deployment instructions

1. Cloning project from GitHub

1.1 Run this command

git clone https://github.com/Prrromanssss/CV-backend

2. Creation and activation venv

2.1 First of all, from root directory run this commands to activate venv

Mac OS / Linux

python3 -m venv venv
source venv/bin/activate

Windows

python -m venv venv
.\venv\Scripts\activate

3. Installation all requirements

3.3 Run this command

pip install -r requirements.txt

4. Generate file with virtual environment variables (.env)

4.1 Generate file '.env' in root directory with such structure

SECRET_KEY=YOUR_SECRET_KEY_123
DEBUG=True

5. Running project

5.1 Run this command

python mysite/manage.py runserver

So, we launched our site on the local host, on port 8000 (this port is the default when starting the server)


The site is a one-page site that features my photo and my short resume.

The database connection is not presented here; we do not need it for this project. The layout was made using the bootstrap framework

About

This project is a creative task for applicants to Django Web Development Intensives from the Yandex Academy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages