Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/david-code-hub/subscribe-button

Simple subscribe button made with django and js
https://github.com/david-code-hub/subscribe-button

Last synced: 8 days ago
JSON representation

Simple subscribe button made with django and js

Awesome Lists containing this project

README

        

subscribe button using django.

1) cd into project

2) create virtualenv(virtualenv env)

3) cd env

4) .\scripts\activate

5) pip install django

6) cd ..

7) make sure you're in directory with manage.py

8) python manage.py migrate

9) python manage.py makemigrations

10) python manage.py migrate

11) python manage.py runserver