https://github.com/lucaslinyker/projeto_django
https://github.com/lucaslinyker/projeto_django
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucaslinyker/projeto_django
- Owner: lucaslinyker
- Created: 2025-04-01T11:16:20.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T11:29:57.000Z (2 months ago)
- Last Synced: 2025-04-01T12:30:03.286Z (2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
python -m venv venv
.\venv\scripts\activate
pip install django
django-admin startproject core .
python manage.py startapp filmes
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
- username: sql
- email: [email protected]
- passowrd: nikond800