Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarath196/Portfolio-Web-Theme
Portfolio Web Theme build with Django Wagtail CMS, So it comes with full features (Profile display, Resume download, Project showcasing, GitHub repository showcasing, blog writing and contact form). You can customize your own thing. (https://wagtail.io)
https://github.com/sarath196/Portfolio-Web-Theme
cms django portfolio portfolio-optimization portfolio-site portfolio-website wagtail wagtail-cms
Last synced: 17 days ago
JSON representation
Portfolio Web Theme build with Django Wagtail CMS, So it comes with full features (Profile display, Resume download, Project showcasing, GitHub repository showcasing, blog writing and contact form). You can customize your own thing. (https://wagtail.io)
- Host: GitHub
- URL: https://github.com/sarath196/Portfolio-Web-Theme
- Owner: sarath196
- License: mit
- Created: 2020-05-15T14:37:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:53:28.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:01:04.762Z (3 months ago)
- Topics: cms, django, portfolio, portfolio-optimization, portfolio-site, portfolio-website, wagtail, wagtail-cms
- Language: JavaScript
- Homepage:
- Size: 9.13 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio-Web-Theme
Portfolio Web Theme build with Django Wagtail CMS, So it comes with full features (Profile display, Resume download, Project showcasing, GitHub repository showcasing, blog writing and contact form). You can customize your own thing.# Pre-Requirement
Python > 3.7# Setup Command
## Create virtual environment for project workspace, skip if you don't needed
```
pip install virtualenv
virtualenv venv
```
## activate virtualenv in linux
```
source venv/bin/activate
```
## activate virtualenv in windows
```
venv/Scrtips/activate
```
## Install requirements
```
pip install -r requirements.txt
```
## Run dev server
```
python manage.py runserver 0:8080
```
## URL
Home Page: http://localhost:8080
Admin Panel: http://localhost:8000/adminUsername: wagtail
Password: wagtail@123