My awesome web site
Live website - https://muhammadalive.com
- 1 - clone repo https://github.com/Muhammadali-Akbarov/mysite-web.git
- 2 - create a virtual environment and activate
-
pip3 install virtualenv
-
virtualenv env
orpython -m venv env
-
env\Scripts\activate (windows)
orsource env/bin/activate (linux)
- 3 -
cd into project "mysite"
- 4 - set your .env file with using .env-sample
- 5 -
pip install -r requirements.txt
- 6 -
python manage.py runserver
- 7 - if you want to use docker
sudo docker-compose up
- You can easily find all information about me
- Django
- Database Design and Models with Postgresql
- Deployment to heroku, digital ocean
- Docker and etc.