-
requisiti:
- python3
- django1.1
- sqlite3
-
come usarlo da terminale:
- git clone https://github.com/SirSimonSays/djangoAsta.git
- cd djangoAsta/
- python3 manage.py runserver
- accedere da browser a 127.0.0.1:8000
-
altri comandi:
- python3 manage.py makemigrations
- python3 manage.py migrate
- python3 manage.py shell
- python3 manage.py test aste
- python3 manage.py help
-
utilizzo db:
- sqlite3 db.sqlite3 -> aprire il file del db
- .tables -> elencare le tabelle del db
- .schema "nome_tabella"-> visualizzare la struttura di una tabella
-
risorse utilizzate:
-
Notifications
You must be signed in to change notification settings - Fork 0
simoneCavana/djangoAsta
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
django project that simule an auctions site. Uiversity assignement.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published