https://github.com/cuongnb14/landing-page
https://github.com/cuongnb14/landing-page
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuongnb14/landing-page
- Owner: cuongnb14
- Created: 2021-07-12T10:10:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T10:11:08.000Z (over 4 years ago)
- Last Synced: 2025-06-04T11:32:01.144Z (4 months ago)
- Language: HTML
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# landing_page
A short description of the project.
## Step 1: Install coreui theme
`make install-coreui`
## Step 2: Install requirements
`pip3 install -r requirements.txt`
## Step 3: Run
- with docker: `docker-compose up -d`
- without docker: `make run`
## Create new app
```
./startapp.sh
```## Utils commands
```
# remove all migration files
make remove-all-migrations# remove all tables in database
python3 manage.py reset_db# show all urls
python3 manage.py show_urls```