Skip to content

Personal Website in Dajngo with a Portfolio App where you can upload your projects (image, description and link) and a Contact App with a contact form.

Notifications You must be signed in to change notification settings

Matracks/webpersonal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub last commit GitHub code size in bytes

Personal Web

Requirements

Python and pipenv as Virtual environment

Getting started

If you don't have pipenv, install with this, else go to step 1.

pip install pipenv
  1. Clone the repository
git clone https://github.com/matracks/webpersonal.git
  1. Open the root of the project in your terminal
cd webpersonal
  1. Created a Virtual environment with packages
pipenv install -r requirements.txt
pipenv shell
  1. Need generate a new one SECRET KEY and copy in 'secret_key.txt'

  2. Then make the migrations for DB

python manage.py makemigrations
python manage.py migrate
  1. Create Admin user
python manage.py createsuperuser
  1. Runserver
python manage.py runserver
  1. Now open your browser
  2. Easy and enjoy 🍻

Architecture

  • Server - Client

Runs on

  • Linux
  • MacOS
  • Windows

Useful Links

Django

Pipenv

About

Personal Website in Dajngo with a Portfolio App where you can upload your projects (image, description and link) and a Contact App with a contact form.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published