Coder Social home page Coder Social logo

python-in-edu's Introduction

Welcome to Python in Education

Join the Community

We welcome contributions to this project! Our issue tracker has open bugs, feature requests, etc. We encourage you to introduce yourself to the community in our forums before leaping into action.

All contributors must agree to abide by our Code of Conduct.

Installation Guide

In order to run this site locally, you'll want to clone this repository and install the requirements (check the Mac Troubleshooting section if you face any errors):

git clone https://github.com/psf/python-in-edu.git
cd python-in-edu
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

You can then change directories into the python-in-edu folder and build the database:

python manage.py migrate

To run the project locally, run the following command in the terminal:

python manage.py runserver

If you use heroku cli installed on your system, simply run:

heroku local

To test, run:

python manage.py test

If you want to use or test email functionality locally, you'll need to run a simple SMTP server:

python -m smtpd -n -c DebuggingServer localhost:1025

Mac Troubleshooting

Postgres

If you don't have an installation of Postgres on your system, you might run into the following error:

Error: pg_config executable not found.

Install Postgres to resolve this issue.

Pillow

If your Pillow installation fails during installing the requirements with the following message:

The headers or library files could not be found for jpeg,
a required dependency when compiling Pillow from source.

You can resolve this by installing jpeg using homebrew.

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.