Skip to content

📋 Python-Django app to fetch and display crypto currency prices from the Coingecko cryptocurrency API

Notifications You must be signed in to change notification settings

AndrewJBateman/python-django-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Python Django Crypto

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

📄 Table of contents

📚 General info

📷 Screenshots

screen print screen print

📶 Technologies

💾 Setup

  • Install Python
  • Install pip
  • Install Django by typing pip install Django
  • Run django-admin startproject crypto_proj to create a new project ref. docs
  • Open crypto_proj in VS Code
  • Run python manage.py startapp positions to create Python module
  • Add code
  • Run pip freeze to see list of modules installed. Ref. Docs
  • Run python manage.py makemigrations for changes to models etc.
  • Run python manage.py migrate to migrate the migration files.
  • To add a superuser run python manage.py createsuperuser --username=joe --email=joe@example.com Ref. Docs and log into admin panel
  • Run python manage.py runserver to run server on port 8000. A refresh is needed after any code changes

💻 Code Examples

  • extract from - tba

🆒 Features

  • Django inbuilt packages - admin dashboard

📋 Status & To-do list

  • Status: Incomplete: paused at video 3 - 4.05 while I check Homebrew for Windows - video only shows Mac version
  • To-do: check if chocolatey package manager can replace Homebrew which is not for Windows

👏 Inspiration

📁 License

  • N/A

✉️ Contact

About

📋 Python-Django app to fetch and display crypto currency prices from the Coingecko cryptocurrency API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published