Skip to content

"Django project inspired by Castbox.fm, a popular podcast app. This project replicates the core features of Cast box, allowing users to browse and listen to podcasts on a web platform. Built with Django, it provides a seamless podcast streaming experience. Explore a vast collection of podcasts, create playlists, and discover new content.

Notifications You must be signed in to change notification settings

amirbnprogramming/Social-website-CastBox-Project

Repository files navigation

Django CastBox Sample

CastBox Sample is a Django app that clone the castbox website with django . Application development and testing with django v4.2 and Django Rest Framework v3.15.1 Is use DTL , Js , HTML , CSS for this project

Quick start

  1. Install all the packages and requirements with :

     pip install -r  requirements.txt
    
  2. Set specific and custome settings for you project in settings.py

  3. open terminal and make migrations for models :

     python manage.py makemigrations     
     python manage.py migrate
    
  4. Before all the things you should be logged in to use specific services , so at first:

       py manage.py createsuperuser
    
  5. Then at last run the django server and run the app :

     python manage.py runserver
    
  6. Then log in with url host:port/user-profile/login

  7. You can register a new user with url host:port/user-profile/register

  8. If you add or register a new user you should go to the admin panel as a super superuser and make the new user active because they are none active by default

About

"Django project inspired by Castbox.fm, a popular podcast app. This project replicates the core features of Cast box, allowing users to browse and listen to podcasts on a web platform. Built with Django, it provides a seamless podcast streaming experience. Explore a vast collection of podcasts, create playlists, and discover new content.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published