/Blog

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

Primary LanguageJavaScript

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/