Welcome to my personal resume/portfolio website built with Django.
- Python 3.x
- Django
- Virtualenv (recommended)
-
Clone the repository:
git clone https://github.com/Otajonov/portfolio.git cd portfolio
-
Create a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt
-
Run migrations:
python manage.py migrate
-
Create a superuser:
python manage.py createsuperuser
-
Run the development server:
python manage.py runserver
Open
http://127.0.0.1:8000/
to view the site.
Feel free to submit a Pull Request.
This project is licensed under the MIT License.