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 10 months ago

lstuma commented 11 months ago

Specifically rework commands that can be executed.

lstuma commented 10 months 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 10 months ago

need to remove scripts from pigeon

lstuma commented 10 months ago

pigeon.scripts has been removed