It is a personal website soon to be hosted. It is still under development.
- Home(still need to add latest posts)
- Blog
- Teams
- Resume
- Video
- Gaming
- Music
- Market (ebay clone)
Install python 3.12 Install pycharm
In terminal of go to the file location and run the following code:
pip install virtualenv
python -m venv life_on_our_trails
cd src
C:\Users\soura\AppData\Local\Programs\Python\Python312\python.exe -m pip install --upgrade pip
..\life_on_our_trails\Scripts\activate
e:\life_on_our_trails\life_on_our_trails\scripts\python.exe -m pip install --upgrade pip
pip install django
pip install django-hitcount
pip install django-social-share
pip install django-tinymce
pip install Pillow
pip install django-heroku
cd src
..\life_on_our_trails\Scripts\activate
python manage.py runserver