Skip to content

Django app, you can add posts and comment them

Notifications You must be signed in to change notification settings

Rudique/News_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News_app

Django app, you can add posts and comment them

How to start

  1. Clone app from repository with command in terminal:

    git clone https://github.com/Rudique/News_app.git

  2. Install dependencies from requirements.txt with command:

    pip install -r requirements.txt

  3. Create superuser to manage the admin panel:

    python3 manage.py createsuperuser

  4. Make migrations with 2 commands:

    python3 manage.py makemigrations

    python3 manage.py migrate

  5. Run app with command:

    python3 manage.py runserver

Urls

  1. /admin - admin panel, where you can add users, news, comments and edit them
  2. /news - listview of all news
  3. news/new - adding new post

About

Django app, you can add posts and comment them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published