Skip to content

ahmedbatty/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio (Built with Django)

Django project for making a Portfolio website.

How to use this project

Clone this project:

git clone https://github.com/ahmedbatty/portfolio.git

Install dependencies (recommended to make new virtual environment for this project):

cd portfolio
pip install -r requirements.txt

Set Database:

python3 manage.py makemigrations
python3 manage.py migrate

Create Superuser:

python3 manage.py createsuperuser

Run server:

python3 manage.py runserver

Built With

Things to do

  • Complete contact form, use django-contact-form
  • Add CK Editor in project model
  • Blog: if image exists, show in header, otherwise show gradient, add color selector for gradient
  • re-evaluate models: URLs, admin

About

Django project for making a Portfolio website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published