Nenhuma descrição

MrOzOn f0cc14682f initial commit - empty project with used dependencies 5 anos atrás
healthdiarybackend f0cc14682f initial commit - empty project with used dependencies 5 anos atrás
.gitignore f0cc14682f initial commit - empty project with used dependencies 5 anos atrás
README.md f0cc14682f initial commit - empty project with used dependencies 5 anos atrás
manage.py f0cc14682f initial commit - empty project with used dependencies 5 anos atrás
requirements.txt f0cc14682f initial commit - empty project with used dependencies 5 anos atrás

README.md

HealthDiaryBackend

Setup requirement pip install -r requirements.txt

Show install packages pip list

Initial

  1. Set up a new project with a single application django-admin startproject <PROJECT_NAME> .
  2. Change into settings.py - add DRF, settings and locales
  3. Now sync your database for the first time python manage.py migrate
  4. Create admin user python manage.py createsuperuser --email admin@example.com --username admin
  5. Run project ``