Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/david-code-hub/subscribe-button
- Owner: David-code-hub
- Created: 2021-10-12T16:58:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T21:05:59.000Z (10 months ago)
- Last Synced: 2024-03-14T22:30:04.484Z (10 months ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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