Skip to content

The website is super simple but efficient for beginners.

Notifications You must be signed in to change notification settings

abdullo2008/BreakingNews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breaking News

About

This is my first website using django. I used NewsFeed for frontend.

How to launch and run

Create virtual env (terminal):

pip install pipenv pipenv shell

Configure database

python manage.py makemigrations python manage.py migrate

Install required packages

pipenv install django pipenv install Pillow

Create superuser

python manage.py createsuperuser python manage.py runserver

Then click the url. The url: http://127.0.0.1:8000

Enjoy and follow my other repositories(Optional)

About

The website is super simple but efficient for beginners.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published