Skip to content

andyjud/stripe

Repository files navigation

Video Tutorial for this project

https://www.youtube.com/watch?v=IzxNNWjYsPk&list=PL5E1F5cTSTtRwWj43zbcl5d-e2c1f1M9q

Commands

Part 1:

git clone https://github.com/andyjud/django-starter.git . && rm -rf .git
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
ctrl + c
python manage.py startapp a_stripe python manage.py makemigrations
python manage.py migrate python manage.py runserver

Part 2:

pip install django-environ
pip install stripe

About

Stripe Integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published