Skip to content

Riyam224/porto

Repository files navigation

Build A Portfolio with Django | Learn Django for Beginner

Set up

Steps: -> These steps are explained here

  1. Clone/pull/download this repository
  2. Create a virtualenv with python -m venv env
  3. Activate virtual environment source env/bin/activate
  4. Install dependencies with pip install -r requirements.txt

Create superuser

python manage.py createsuper

Finally runserver

python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published