Skip to content

Django Project for my portfolio projects, hosted on an EC2 instance

Notifications You must be signed in to change notification settings

germagla/portfolio-ec2-django

Repository files navigation

Repo contains submodules, use the --recursive flag when cloning!

(git clone --recursive repository-url)

python3 -m venv env

source env/bin/activate

touch .env

pip install -r requirements.txt

python manage.py makemigrations && python manage.py migrate

python manage.py collectstatic

python manage.py runserver

About

Django Project for my portfolio projects, hosted on an EC2 instance

Resources

Stars

Watchers

Forks

Packages

No packages published