TeamSmil3y / PigeonPost

Python web framework • apparently easy to use
https://docs.pigeon.teamsmiley.org
MIT License
1 stars 0 forks source link

:building_construction::art::children_crossing: rework pigeon.scripts #25

Closed lstuma closed 1 year ago

lstuma commented 1 year ago

Specifically rework commands that can be executed.

lstuma commented 1 year ago

no longer needed since apps are created differently now like this:

from pigeon import Pigeon

app = Pigeon()

@app.view('/')
def homepage(request):
    return '<h1> Hello World! </h1>'
lstuma commented 1 year ago

need to remove scripts from pigeon

lstuma commented 1 year ago

pigeon.scripts has been removed