Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelsonkariuki/portfolio
My Portforlio using Python-Django
https://github.com/nelsonkariuki/portfolio
Last synced: 2 days ago
JSON representation
My Portforlio using Python-Django
- Host: GitHub
- URL: https://github.com/nelsonkariuki/portfolio
- Owner: Nelsonkariuki
- Created: 2022-12-30T22:15:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T00:33:21.000Z (almost 2 years ago)
- Last Synced: 2024-03-31T17:47:36.291Z (8 months ago)
- Language: CSS
- Size: 3.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleDjangoPortfolio
This is a Simple Python Django Portolio.The portfolio is easy just use "/admin" to login into Django admin panel to change you personal info.
## Run these Commads
### Step 1
pip install -r requirements.txt
### Step 2
python manage.py migrate
### Step 4
python manage.py createsuperuser
### Step 3
python manage.py runserver