Update 'README.md'

This commit is contained in:
2022-10-04 16:00:17 +02:00
parent 809cb9a766
commit 730e6b6644

View File

@@ -32,8 +32,6 @@ si lancia
jawanndenn jawanndenn
La tua macchina quindi hosta il doodle all indirizzo 127.0.0.1:8080 e si avvia una copia di questa demo qui https://jawanndenn.de/ La tua macchina quindi hosta il doodle all indirizzo 127.0.0.1:8080 e si avvia una copia di questa demo qui https://jawanndenn.de/
----------------------------------------
jawanndenn --help: jawanndenn --help:
--debug Enable debug mode (default: disabled) --debug Enable debug mode (default: disabled)
--host HOST Hostname or IP address to listen at (dfault 127.0.0.1) --host HOST Hostname or IP address to listen at (dfault 127.0.0.1)
@@ -42,10 +40,6 @@ La tua macchina quindi hosta il doodle all indirizzo 127.0.0.1:8080 e si avvia u
--database-sqlite3 FILE File to write the database to (default: ~/jawanndenn.sqlite3) --database-sqlite3 FILE File to write the database to (default: ~/jawanndenn.sqlite3)
--django-secret-key-file FILE File to use for Django secret key data (default: ~/jawanndenn.secret_key) --django-secret-key-file FILE File to use for Django secret key data (default: ~/jawanndenn.secret_key)
limit configuration:
--max-polls COUNT Maximum number of polls total (default: 1000)
--max-votes-per-poll COUNT Maximum number of votes per poll (default: 40)
data import/export arguments: data import/export arguments:
--dumpdata Dump a JSON export of the database to standard output, then quit. --dumpdata Dump a JSON export of the database to standard output, then quit.
--loaddata FILE.json Load a JSON export of the database from FILE.json, then quit. --loaddata FILE.json Load a JSON export of the database from FILE.json, then quit.