8000 GitHub - cinarizasyon/orm: This is NOT currently the ORM that Masonite uses. This is a work in progress
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is NOT currently the ORM that Masonite uses. This is a work in progress

License

Notifications You must be signed in to change notification settings

cinarizasyon/orm

 
 

Repository files navigation

Learning Masonite

Masonite strives to have extremely comprehensive documentation. All documentation can be Found Here and would be wise to go through the tutorials there. If you find any discrepencies or anything that doesn't make sense, be sure to comment directly on the documentation to start a discussion!

Also be sure to join the Slack channel!

Setting up

To setup the package to get your package up and running, you should first take a look at setup.py and make any packages specific changes there. These include the classifiers and package name.

Then you should create a virtual environment and activate it

$ python3 -m venv venv
$ source venv/bin/activate

Then install from the requirements file

$ pip install -r requirements.txt

This will install Masonite and a few development related packages like pytest.

Finally you can run the tests and start building your application.

$ python -m pytest

Phases

For project phase information and progress please head to the Project Board

About

This is NOT currently the ORM that Masonite uses. This is a work in progress

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%
0