GithubHelp home page GithubHelp logo

portfolio's Introduction

Django Portfolio

A CMS for my portfolio built on Django.

Usage

1. Download

cd /path/to/workspace
git clone https://github.com/willshowell/portfolio.git
cd portfolio

2. Install

mkvirtualenv portfolio --python=python3
pip install -r requirements.txt

2. Download

cd /path/to/workspace
git clone https://github.com/willshowell/portfolio.git
cd portfolio

3. Settings

Make a local settings file:

vim portfolio/local_settings.py

Be sure to include SECRET_KEY and DATABASES as well as DEBUG = True if using for development. See Django Settings for more information.

4. Database Setup

Run the migrations to initialize the database:

./manage.py migrate

Create an admin by running:

./manage.py createsuperuser

5. Run

./manage.py runserver

6. Fill out

  • Edit the admin.site.site_header in portfolio/urls.py to your name.
  • Go to localhost:8000/admin (or whatever address:port) and log in using your superuser credentials.
  • Add new About, Experience, and Project items.

Notes

As this project is still a work in progress, there are a few things that will need to be updated to match your personal use, as they aren't a part of the CMS.

  1. The header and footer are hardcoded with my name
  2. The 500 error page has a hardcoded social link
  3. The about page has my social links hardcoded
  4. The static images are all specifically relevant to me and should be replaced. Ideally file upload and/or image CDNs would be used.

portfolio's People

Contributors

willshowell avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.