Skip to content

Not working in python3.8 #3

@saaalik

Description

@saaalik

From the Python 3.8 doc:

The function time.clock() has been removed, after having been deprecated since Python 3.3: use time.perf_counter() or time.process_time() instead, depending on your requirements, to have well-defined behavior. (Contributed by Matthias Bussonnier in bpo-36895.)

and the prerequisites python manage.py db (init/migrate/update) are not working because of that
I really like the project, too bad i couldn't try it myself.
btw, where do you store all the user data?? i can't see any sql or db files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions