TareqMonwer / Blog

Multi-user blogging application with all modern features available on other platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

Multi-user blogging application with all modern features available on other platforms. IF YOU'RE ML/DS EXPERT. HELP US INTEGRATING RECOMMENDATION System.

Install and run

Go to project root (where manage.py root file) and run these commands:

  • pipenv shell
  • pipenv install
  • python manage.py makemigrations
  • python manage.py migrate

Create admin user and test app

  • python manage.py createsuperuser
  • python manage.py runserver

Now open 127.0.0.1:8000/ in your browser. and test the app.

urls:

  • HOME: 127.0.0.1:8000/
  • ADMIN: 127.0.0.1:8000/admin/

About

Multi-user blogging application with all modern features available on other platforms.


Languages

Language:JavaScript 69.1%Language:CSS 19.7%Language:Python 6.6%Language:HTML 4.6%Language:SCSS 0.1%