GithubHelp home page GithubHelp logo

my_site's Introduction

Personal website powered by Django

This is a personal website I built for myself that's powered by Django. Certainly you could do a lot of this without a full-fledged web framework like Django, but where's the fun in that?

Running locally

This project requires Python 3.6 or above and PostgreSQL

  1. Register for an API Key from Google Books
  2. Create a virtual environment with the right Python 3.6+ version: virtualenv --python <path_to_python> venv
  3. Run pip install -r my_site/project_requirements.txt
  4. Create an __init__.py in the my_site/settings/ directory and fill out like so:
from .local_dev import *

SECRET_KEY = <some_random_and_long_string>

DATABASES['default']['PASSWORD'] = <your_database_password>

GOOGLE_BOOKS_API_KEY = <your_google_books_api_key>
  1. Run the migrations: python manage.py migrate
  2. Run the application: python manage.py runserver
  3. Access the application at http://localhost:8000

my_site's People

Contributors

samskeller avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

linpan

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.