Skip to content
Snippets Groups Projects
Commit e23ad7bf authored by Harsh Rajendra Bohra's avatar Harsh Rajendra Bohra
Browse files

commit 11

parent a30a80fd
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 9 deletions
# sohaibtest2
# betatestingconnections
......@@ -15,14 +15,14 @@ Already a pro? Just edit this README.md and make it your own. Want to make it ea
```
cd existing_repo
git remote add origin https://git.cardiff.ac.uk/c23083390/sohaibtest2.git
git remote add origin https://git.cardiff.ac.uk/c23083390/betatestingconnections.git
git branch -M main
git push -uf origin main
```
## Integrate with your tools
- [ ] [Set up project integrations](https://git.cardiff.ac.uk/c23083390/sohaibtest2/-/settings/integrations)
- [ ] [Set up project integrations](https://git.cardiff.ac.uk/c23083390/betatestingconnections/-/settings/integrations)
## Collaborate with your team
......
db.sqlite 0 → 100644
File added
No preview for this file type
from flask import Flask
from flask.cli import with_appcontext
from project import create_app, db
from project import create_app, db # Replace with your actual app package name
import click
app = create_app()
......@@ -12,14 +12,14 @@ def cli():
@cli.command("migrate")
@with_appcontext
def migrate():
# Migrations
# Code to perform migrations
# ...
@cli.command("upgrade")
@with_appcontext
def upgrade():
# Upgrade the database
# Code to upgrade database
# ...
if __name__ == "__main__":
cli()
File added
File added
File added
File added
......@@ -6,7 +6,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Flask Auth Example</title>
<!-- Add Bulma CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulmaswatch/0.8.1/lux/bulmaswatch.min.css" />
<link rel="stylesheet" href="{{ url_for('static', filename='main.css') }}" />
......
File deleted
static/uploaded_images/DHT_supression_of_some_herbs.png

163 KiB

static/uploaded_images/Screenshot_2023-07-18_021824.png

1.13 MiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment