Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

environment:
name: pypi
url: https://pypi.org/p/dataman
url: https://pypi.org/p/dataman-engine

steps:
- name: Checkout repository
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@

## Installation

Ensure you have Python 3.10+ installed.

You can install DataMan (if published to PyPI) or clone the repository and install it using `uv` or `pip`:
Ensure you have Python 3.13+ installed.

```bash
# Using uv (Recommended)
uv pip install -e .
uv add dataman-engine

# Using pip
pip install -e .
pip install dataman-engine
```

---
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "dataman"
name = "dataman-engine"
version = "0.1.0"
description = "A dynamic, headless data layer framework built on Django and DRF for instant CRUD APIs and custom business logic."
readme = "README.md"
Expand Down Expand Up @@ -56,6 +56,9 @@ sigterm = true
requires = ["uv_build>=0.10.6,<0.13.0"]
build-backend = "uv_build"

[tool.uv.build-backend]
module-name = "dataman"

[dependency-groups]
dev = [
"bandit>=1.9.4",
Expand Down
2 changes: 1 addition & 1 deletion src/dataman/core/templates/admin/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -1396,4 +1396,4 @@ <h2>Generate API Token</h2>
</script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion src/dataman/core/templates/admin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ <h1 class="brand-title">Console</h1>

<form action="{{ app_path }}" method="post" id="login-form">
{% csrf_token %}

<div class="form-group">
<label class="form-label" for="id_username">Username</label>
<div class="input-wrapper">
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading