Skip to content

agusrosero/pydjango-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django - Portfolio

Execute

Create enviorment

python3 -m venv venv

Active enviorment

To active our venv on Windows:

.\venv\Scripts\activate

On Linux:

source venv/bin/activate

Install requirements

pip install -r requirements.txt

Migrations

python3 manage.py makemigrations

python3 manage.py migrate

Create superuser

python3 manage.py createsuperuser

Run Server

python3 manage.py runserver

Page:

home

home2

Used technology

  • Python
    • Django
  • CSS/HTML
    • Bootstrap

| Twitter - Twitter | Linkedin - Linkedin |